共用方式為


IAccPropServices.ComposeHwndIdentityString 方法

定義

IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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

指定可存取項目的物件識別碼。

idChild
UInt32

指定可存取項目的子項目識別碼。

ppIDString
IntPtr

nativeint

緩衝區的指標,接收識別字串。 被呼叫端會使用 CoTaskMemAlloc 配置緩衝區。 結束時,呼叫端必須呼叫 CoTaskMemFree 以釋放緩衝區。

pdwIDStringLen
UInt32

緩衝區的指標,接收識別字串的長度。

備註

如需 的詳細資訊 IAccPropServices,請參閱 有關動態批注的檔。

適用於