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.

C#
public void DecomposeHwndIdentityString(ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);

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

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

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

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.

C#
public void DecomposeHwndIdentityString(ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phwnd, out uint pidObject, out uint pidChild);

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

.NET Framework 4.0
Product Versions
.NET Framework 4.0