次の方法で共有


CAccPropServicesClass.ComposeHwndIdentityString メソッド

定義

CAccPropServicesClass およびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の IAccPropServices インターフェイスのマネージド ラッパーの一部です。

public:
 virtual void ComposeHwndIdentityString(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen) = Accessibility::IAccPropServices::ComposeHwndIdentityString;
public virtual void ComposeHwndIdentityString (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHwndIdentityString : _RemotableHandle * uint32 * uint32 * nativeint * uint32 -> unit
override this.ComposeHwndIdentityString : _RemotableHandle * uint32 * uint32 * nativeint * uint32 -> unit
Public Overridable 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

ID 文字列を受け取るバッファーへのポインター。 呼び出し先は CoTaskMemAlloc を使用して、このバッファーを割り当てます。 完了したら、呼び出し元は、CoTaskMemFree を呼び出してバッファーを解放する必要があります。

pdwIDStringLen
UInt32

ID 文字列の長さを受け取るバッファーへのポインター。

実装

注釈

詳細については、 Microsoft Active Accessibility のドキュメントを参照してください。

適用対象