CAccPropServicesClass.DecomposeHmenuIdentityString Method

Definition

Overloads

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

The CAccPropServicesClass 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 CAccPropServicesClass 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 CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.

public:
 virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Overridable Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)

Parameters

pIDString
Byte

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

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.

Implements

Applies to

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

public:
 virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Overridable 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.

Implements

Applies to