CAccPropServicesClass.DecomposeHwndIdentityString Método

Definición

Sobrecargas

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

CAccPropServicesClass y todos sus miembros expuestos forman parte de un contenedor administrado de la interfaz IAccPropServices del Modelo de objetos componentes (COM).

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

CAccPropServicesClass y todos sus miembros expuestos forman parte de un contenedor administrado de la interfaz IAccPropServices del Modelo de objetos componentes (COM).

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

CAccPropServicesClass y todos sus miembros expuestos forman parte de un contenedor administrado de la interfaz IAccPropServices del Modelo de objetos componentes (COM).

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)

Parámetros

pIDString
Byte

Puntero a un búfer que contiene la cadena de identidad de un elemento accesible basado en HWND.

dwIDStringLen
UInt32

Especifica la longitud de la cadena de identidad especificada por pIDString.

phwnd
IntPtr

nativeint

Puntero a un búfer que recibe el HWND del elemento accesible.

pidObject
UInt32

Puntero a un búfer que recibe el id. de objeto del elemento accesible.

pidChild
UInt32

Puntero a un búfer que recibe el id. secundario del elemento accesible.

Implementaciones

Se aplica a

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

CAccPropServicesClass y todos sus miembros expuestos forman parte de un contenedor administrado de la interfaz IAccPropServices del Modelo de objetos componentes (COM).

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)

Parámetros

pIDString
Byte

CAccPropServicesClass y todos sus miembros expuestos forman parte de un contenedor administrado de la interfaz IAccPropServices del Modelo de objetos componentes (COM).

dwIDStringLen
UInt32

Especifica la longitud de la cadena de identidad especificada por pIDString.

phwnd
_RemotableHandle

Puntero a un búfer que recibe el HWND del elemento accesible.

pidObject
UInt32

Puntero a un búfer que recibe el id. de objeto del elemento accesible.

pidChild
UInt32

Puntero a un búfer que recibe el id. secundario del elemento accesible.

Implementaciones

Se aplica a