IAccPropServices.DecomposeHwndIdentityString Method

Definition

Overloads

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

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

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

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

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

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

public:
 void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phwnd As IntPtr, ByRef pidObject As UInteger, ByRef pidChild As UInteger)

Parameters

pIDString
Byte

Pointer to a buffer containing identity string of an Hwnd-based accessible element.

dwIDStringLen
UInt32

Specifies the length of the identity string specified by pIDString.

phwnd
IntPtr

nativeint

Pointer to a buffer that receives the HWND of the accessible element.

pidObject
UInt32

Pointer to a buffer that receives the object ID of the accessible element.

pidChild
UInt32

Pointer to a buffer that receives the child ID of the accessible element.

Applies to

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

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

public:
 void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * _RemotableHandle * uint32 * uint32 -> unit
Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phwnd As _RemotableHandle, ByRef pidObject As UInteger, ByRef pidChild As UInteger)

Parameters

pIDString
Byte

Pointer to a buffer containing identity string of an Hwnd-based accessible element.

dwIDStringLen
UInt32

Specifies the length of the identity string specified by pIDString.

phwnd
_RemotableHandle

Pointer to a buffer that receives the HWND of the accessible element.

pidObject
UInt32

Pointer to a buffer that receives the object ID of the accessible element.

pidChild
UInt32

Pointer to a buffer that receives the child ID of the accessible element.

Remarks

For more information about IAccPropServices, see the documentation about Dynamic Annotation.

Applies to