This documentation is archived and is not being maintained.
IAccIdentity::GetIdentityString Method
Visual Studio 2010
The IAccIdentity and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccIndentity interface.
Assembly: Accessibility (in Accessibility.dll)
void GetIdentityString( [InAttribute] unsigned int dwIDChild, [OutAttribute] IntPtr ppIDString, [OutAttribute] unsigned int% pdwIDStringLen )
Parameters
- dwIDChild
- Type: System::UInt32
Specifies which child of the IAccessible object the caller wants to identify.
- ppIDString
- Type: System::IntPtr
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
- Type: System::UInt32%
Address of a variable that receives the length, in bytes, of the callee-allocated identity string.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: