IAccPropServices.ComposeHwndIdentityString 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
IAccPropServices 接口及其公开的所有成员都属于组件对象模型 (COM) IAccPropServices
接口的托管包装的一部分。
public:
void ComposeHwndIdentityString(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen);
public void ComposeHwndIdentityString (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHwndIdentityString : _RemotableHandle * uint32 * uint32 * nativeint * uint32 -> unit
Public Sub ComposeHwndIdentityString (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)
参数
- hwnd
- _RemotableHandle
指定调用方要标识的可访问元素的 HWND。
- idObject
- UInt32
指定可访问元素的对象 ID。
- idChild
- UInt32
指定可访问元素的子 ID。
- ppIDString
-
IntPtr
nativeint
指向用于接收标识字符串的缓冲区的指针。 被调用方使用 CoTaskMemAlloc
分配此缓冲区。 完成后,调用方必须通过调用 CoTaskMemFree
来释放缓冲区。
- pdwIDStringLen
- UInt32
指向用于接收标识字符串长度的缓冲区的指针。
注解
有关 的详细信息 IAccPropServices,请参阅有关 动态注释的文档。