IAccPropServices.DecomposeHwndIdentityString メソッド

定義

オーバーロード

名前 説明
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

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

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

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

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

IAccPropServices インターフェイスとそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM) 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) 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の詳細については、動的注釈に関するドキュメントを参照してください。

適用対象