次の方法で共有


IAccPropServices.DecomposeHwndIdentityString メソッド

定義

オーバーロード

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

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

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

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

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

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

public:
 void DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
Public 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)

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

public:
 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);
public 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
Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phwnd As _RemotableHandle, ByRef pidObject As UInteger, ByRef pidChild As UInteger)

パラメーター

pIDString
Byte

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

dwIDStringLen
UInt32

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

phwnd
_RemotableHandle

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

pidObject
UInt32

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

pidChild
UInt32

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

注釈

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

適用対象