CAccPropServicesClass.DecomposeHwndIdentityString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32) |
The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32) |
The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface. |
DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)
The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices
interface.
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)
Parameters
- pIDString
- Byte
Pointer to a buffer containing identity string of an Hwnd-based accessible element.
- dwIDStringLen
- UInt32
Specifies the length of the identity string specified by pIDString
.
- phwnd
-
IntPtr
nativeint
Pointer to a buffer that receives the HWND of the accessible element.
- pidObject
- UInt32
Pointer to a buffer that receives the object ID of the accessible element.
- pidChild
- UInt32
Pointer to a buffer that receives the child ID of the accessible element.
Implements
Applies to
DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)
The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.
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)
Parameters
- pIDString
- Byte
The CAccPropServicesClass and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccPropServices interface.
- dwIDStringLen
- UInt32
Specifies the length of the identity string specified by pIDString
.
- phwnd
- _RemotableHandle
Pointer to a buffer that receives the HWND of the accessible element.
- pidObject
- UInt32
Pointer to a buffer that receives the object ID of the accessible element.
- pidChild
- UInt32
Pointer to a buffer that receives the child ID of the accessible element.