次の方法で共有


IAccPropServices.ComposeHmenuIdentityString メソッド

定義

IAccPropServices インターフェイスおよびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の 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

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

pdwIDStringLen
UInt32

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

注釈

の詳細については IAccPropServices動的注釈に関するドキュメントを参照してください。

適用対象