maxLength 文字までの null 終了文字列へのポインタを .Net 文字列に変換します。
シンタックス
'宣言
Public Shared Function PtrToStringUni( _
ByVal As System.IntPtr, _
ByVal As System.Integer _
) As System.String
public static System.string PtrToStringUni(
System.IntPtr ,
System.int
)
パラメータ
- pointer
- Unicode NULL 文字列へのポインタ。
- maxLength
- 文字列の最大長。
戻り値の型
変換された文字列。
参照