Condividi tramite


IDebugSessionProperty2.GetStringChars(UInt32, String, UInt32) Method

Definition

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

Implements

Applies to