IAccPropServices.DecomposeHmenuIdentityString メソッド

定義

オーバーロード

名前 説明
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString(ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)

パラメーター

pIDString
Byte

HMENU ベースのアクセス可能な要素の ID 文字列を含むバッファーへのポインター。

dwIDStringLen
UInt32

pIDStringで指定された ID 文字列の長さを指定します。

phmenu
_RemotableHandle

アクセス可能な要素の HMENU を受け取るバッファーへのポインター。

pidChild
UInt32

アクセス可能な要素の子 ID を受け取るバッファーへのポインター。

注釈

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

適用対象

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString(ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phmenu As IntPtr, ByRef pidChild As UInteger)

パラメーター

pIDString
Byte

HMENU ベースのアクセス可能な要素の ID 文字列を含むバッファーへのポインター。

dwIDStringLen
UInt32

pIDStringで指定された ID 文字列の長さを指定します。

phmenu
IntPtr

nativeint

アクセス可能な要素の HMENU を受け取るバッファーへのポインター。

pidChild
UInt32

アクセス可能な要素の子 ID を受け取るバッファーへのポインター。

適用対象