共用方式為


CAccPropServicesClass.DecomposeHwndIdentityString 方法

定義

多載

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

CAccPropServicesClass 和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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

CAccPropServicesClass 與其所有公開成員都是元件物件模型 (COM) IAccPropServices 介面之受控包裝函式的一部分。

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

CAccPropServicesClass 和其所有公開的成員都是元件物件模型 (COM) IAccPropServices 介面之 Managed 包裝函式的一部分。

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 可存取項目的識別字串。

dwIDStringLen
UInt32

指定由 pIDString 指定之識別字串的長度。

phwnd
IntPtr

nativeint

緩衝區的指標,接收可存取項目的 HWND。

pidObject
UInt32

緩衝區的指標,接收可存取項目的物件識別碼。

pidChild
UInt32

緩衝區的指標,接收可存取項目的子項識別碼。

實作

適用於

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

CAccPropServicesClass 與其所有公開成員都是元件物件模型 (COM) 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) IAccPropServices 介面之受控包裝函式的一部分。

dwIDStringLen
UInt32

指定由 pIDString 指定之識別字串的長度。

phwnd
_RemotableHandle

緩衝區的指標,接收可存取項目的 HWND。

pidObject
UInt32

緩衝區的指標,接收可存取項目的物件識別碼。

pidChild
UInt32

緩衝區的指標,接收可存取項目的子項識別碼。

實作

適用於