次の方法で共有


CAccPropServicesClass.DecomposeHwndIdentityString メソッド

定義

オーバーロード

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

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

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

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

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

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

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

パラメーター

pIDString
Byte

Hwnd ベースのアクセスできる要素の ID 文字列を格納しているバッファーへのポインター。

dwIDStringLen
UInt32

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

phwnd
IntPtr

nativeint

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

pidObject
UInt32

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

pidChild
UInt32

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

実装

適用対象

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

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

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

パラメーター

pIDString
Byte

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

dwIDStringLen
UInt32

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

phwnd
_RemotableHandle

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

pidObject
UInt32

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

pidChild
UInt32

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

実装

適用対象