IAccPropServices.DecomposeHmenuIdentityString Method

Definition

Overloads

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, 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 DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)

Parameters

pIDString
Byte

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

dwIDStringLen
UInt32

Specifies the length of the identity string specified by pIDString.

phmenu
_RemotableHandle

Pointer to a buffer that receives the HMENU 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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, 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 DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phmenu As IntPtr, ByRef pidChild As UInteger)

Parameters

pIDString
Byte

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

dwIDStringLen
UInt32

Specifies the length of the identity string specified by pIDString.

phmenu
IntPtr

nativeint

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

pidChild
UInt32

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

Applies to