IAccIdentity.GetIdentityString(UInt32, IntPtr, UInt32) Method

Definition

The IAccIdentity and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccIdentity interface.

public:
 void GetIdentityString(System::UInt32 dwIDChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen);
public void GetIdentityString (uint dwIDChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member GetIdentityString : uint32 * nativeint * uint32 -> unit
Public Sub GetIdentityString (dwIDChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)

Parameters

dwIDChild
UInt32

Specifies which child of the IAccessible object the caller wants to identify.

ppIDString
IntPtr

nativeint

Address of a variable that receives a pointer to a callee-allocated identity string. The callee allocates the identity string using CoTaskMemAlloc; the caller must release the identity string by using CoTaskMemFree when finished.

pdwIDStringLen
UInt32

Address of a variable that receives the length, in bytes, of the callee-allocated identity string.

Remarks

For more information about GetIdentityString, see IAccIdentity::GetIdentityString.

Applies to