Share via


IDebugProperty3.GetStringChars Method

Definition

Overloads

GetStringChars(UInt32, String, UInt32)
GetStringChars(UInt32, UInt16[], UInt32)

GetStringChars(UInt32, String, UInt32)

public:
 int GetStringChars(System::UInt32 buflen, [Runtime::InteropServices::Out] System::String ^ % rgString, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int GetStringChars (uint buflen, out string rgString, out uint pceltFetched);
abstract member GetStringChars : uint32 * string * uint32 -> int
Public Function GetStringChars (buflen As UInteger, ByRef rgString As String, ByRef pceltFetched As UInteger) As Integer

Parameters

buflen
UInt32
rgString
String
pceltFetched
UInt32

Returns

Applies to

GetStringChars(UInt32, UInt16[], UInt32)

public:
 int GetStringChars(System::UInt32 buflen, cli::array <System::UInt16> ^ rgString, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int GetStringChars (uint buflen, ushort[] rgString, out uint pceltFetched);
abstract member GetStringChars : uint32 * uint16[] * uint32 -> int
Public Function GetStringChars (buflen As UInteger, rgString As UShort(), ByRef pceltFetched As UInteger) As Integer

Parameters

buflen
UInt32
rgString
UInt16[]
pceltFetched
UInt32

Returns

Applies to