CAccPropServicesClass.DecomposeHwndIdentityString メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32) |
CAccPropServicesClass およびそのすべての公開メンバーは、コンポーネント オブジェクト モデル (COM: Component Object Model) の |
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 を受け取るバッファーへのポインター。
実装
適用対象
.NET