IAccPropServices.DecomposeHmenuIdentityString メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32) |
IAccPropServices インターフェイスおよびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の IAccPropServices インターフェイスのマネージド ラッパーの一部です。 |
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32) |
IAccPropServices インターフェイスおよびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の |
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)
IAccPropServices インターフェイスおよびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の 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: Component Object Model) の 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 を受け取るバッファーへのポインター。
適用対象
.NET