KMBR24001-E <D>

プロパティ構造体に指定したString型プロパティの文字列長が許容範囲内にないため,メソッドを実行できません。
文字列長:%1
プロパティの出現インデクス:%2
プロパティのGUID値:%3
The method cannot be executed because the length of a character string of a string- type property specified in a property structure exceeds the permitted range.
Character string length:%1
Index for which a property appears:%2
GUID value of the property:%3

(S)
処理を中止して,エラーリターンします。
(O)
プロパティ構造体に指定するString型プロパティに応じて,次に示す対策を実施してから,このメッセージが出力される前に実行したメソッドを再度実行してください。
  • dbrProp_OwnerIdプロパティを指定する場合
    1バイト~定義長(dmaProp_MaximumLengthStringプロパティの値)の文字列を指定してください。
  • dbrProp_OwnerIdプロパティ以外のString型プロパティを指定する場合
    0バイト~定義長(dmaProp_MaximumLengthStringプロパティの値)の文字列を指定してください。
なお,戻り値については,「8. 戻り値一覧」を参照してください。