CAccPropServicesClass.DecomposeHwndIdentityString 方法       
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32) | 
						 
              CAccPropServicesClass 及其公开的所有成员都属于组件对象模型 (COM)   | 
        	
| DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32) | 
						 CAccPropServicesClass 及其公开的所有成员都属于组件对象模型 (COM) IAccPropServices 接口的托管包装的一部分。  | 
        	
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)
              CAccPropServicesClass 及其公开的所有成员都属于组件对象模型 (COM) 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 的可访问元素的标识字符串。
- dwIDStringLen
 - UInt32
 
指定由 pIDString 指定的标识字符串的长度。
- phwnd
 - 
				
				IntPtr
nativeint
 
指向某个缓冲区的指针,该缓冲区接收可访问元素的 HWND。
- pidObject
 - UInt32
 
指向某个缓冲区的指针,该缓冲区接收可访问元素的对象 ID。
- pidChild
 - UInt32
 
指向某个缓冲区的指针,该缓冲区接收可访问元素的子 ID。
实现
适用于
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
 
指向某个缓冲区的指针,该缓冲区接收可访问元素的对象 ID。
- pidChild
 - UInt32
 
指向某个缓冲区的指针,该缓冲区接收可访问元素的子 ID。