IAccPropServices.DecomposeHwndIdentityString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32) |
IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) |
DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32) |
IAccPropServices 介面與其所有公開成員都是元件物件模型 (COM) IAccPropServices 介面之受控包裝函式的一部分。 |
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)
IAccPropServices 介面和其所有公開的成員都是元件物件模型 (COM) IAccPropServices
介面之 Managed 包裝函式的一部分。
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 可存取項目的識別字串。
- dwIDStringLen
- UInt32
指定由 pIDString
指定之識別字串的長度。
- phwnd
-
IntPtr
nativeint
緩衝區的指標,接收可存取項目的 HWND。
- pidObject
- UInt32
緩衝區的指標,接收可存取項目的物件識別碼。
- pidChild
- UInt32
緩衝區的指標,接收可存取項目的子項識別碼。
適用於
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 可存取項目的識別字串。
- dwIDStringLen
- UInt32
指定由 pIDString
指定之識別字串的長度。
- phwnd
- _RemotableHandle
緩衝區的指標,接收可存取項目的 HWND。
- pidObject
- UInt32
緩衝區的指標,接收可存取項目的物件識別碼。
- pidChild
- UInt32
緩衝區的指標,接收可存取項目的子項識別碼。
備註
如需 的詳細資訊 IAccPropServices,請參閱 有關動態批注的檔。