CAccPropServicesClass.DecomposeHwndIdentityString Method
The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.
Assembly: Accessibility (in Accessibility.dll)
public virtual void DecomposeHwndIdentityString( ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild )
Parameters
- pIDString
- Type: System.Byte%
Pointer to a buffer containing identity string of an Hwnd-based accessible element.
- dwIDStringLen
- Type: System.UInt32
Specifies the length of the identity string specified by pIDString.
- phwnd
- Type: System.IntPtr
Pointer to a buffer that receives the HWND of the accessible element.
- pidObject
- Type: System.UInt32%
Pointer to a buffer that receives the object ID of the accessible element.
- pidChild
- Type: System.UInt32%
Pointer to a buffer that receives the child ID of the accessible element.
Implements
IAccPropServices.DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.