次の方法で共有


CAccPropServicesClass.DecomposeHmenuIdentityString メソッド

定義

オーバーロード

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

dwIDStringLen
UInt32

pIDString によって指定される ID 文字列の長さを指定します。

phmenu
_RemotableHandle

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

pidChild
UInt32

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

実装

適用対象

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

CAccPropServicesClass およびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の 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 を受け取るバッファーへのポインター。

実装

適用対象