IAccPropServices.ComposeHmenuIdentityString 方法

定义

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

public:
 void ComposeHmenuIdentityString(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen);
public void ComposeHmenuIdentityString (ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
Public Sub ComposeHmenuIdentityString (ByRef hmenu As _RemotableHandle, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)

参数

hmenu
_RemotableHandle

标识基于 HMENU 的可访问元素。

idChild
UInt32

指定可访问元素的子 ID。

ppIDString
IntPtr

nativeint

指向用于接收标识字符串的缓冲区的指针。 被调用方使用 CoTaskMemAlloc 分配此缓冲区。 完成后,调用方必须通过调用 CoTaskMemFree 来释放缓冲区。

pdwIDStringLen
UInt32

指向用于接收标识字符串长度的缓冲区的指针。

注解

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

适用于