IAccPropServices.DecomposeHmenuIdentityString 方法

定义

重载

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

IAccPropServices 接口及其公开的所有成员都属于组件对象模型 (COM) IAccPropServices 接口的托管包装的一部分。

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

IAccPropServices 接口及其公开的所有成员都属于组件对象模型 (COM) IAccPropServices 接口的托管包装的一部分。

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

IAccPropServices 接口及其公开的所有成员都属于组件对象模型 (COM) IAccPropServices 接口的托管包装的一部分。

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)

参数

pIDString
Byte

指向某个缓冲区的指针,该缓冲区包含基于 HMENU 的可访问元素的标识字符串。

dwIDStringLen
UInt32

指定由 pIDString 指定的标识字符串的长度。

phmenu
_RemotableHandle

指向某个缓冲区的指针,该缓冲区接收可访问元素的 HMENU。

pidChild
UInt32

指向某个缓冲区的指针,该缓冲区接收可访问元素的子 ID。

注解

有关 的详细信息 IAccPropServices,请参阅有关 动态注释的文档。

适用于

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

IAccPropServices 接口及其公开的所有成员都属于组件对象模型 (COM) IAccPropServices 接口的托管包装的一部分。

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)

参数

pIDString
Byte

指向某个缓冲区的指针,该缓冲区包含基于 HMENU 的可访问元素的标识字符串。

dwIDStringLen
UInt32

指定由 pIDString 指定的标识字符串的长度。

phmenu
IntPtr

nativeint

指向某个缓冲区的指针,该缓冲区接收可访问元素的 HMENU。

pidChild
UInt32

指向某个缓冲区的指针,该缓冲区接收可访问元素的子 ID。

适用于