CAccPropServicesClass.DecomposeHmenuIdentityString メソッド

定義

オーバーロード

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

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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

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

パラメーター

pIDString
Byte

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

dwIDStringLen
UInt32

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

phmenu
_RemotableHandle

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

pidChild
UInt32

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

実装

適用対象

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

public:
 virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString(ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Overridable 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 を受け取るバッファーへのポインター。

実装

適用対象