IAccPropServices.DecomposeHmenuIdentityString Método

Definición

Sobrecargas

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)

Parámetros

pIDString
Byte

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

dwIDStringLen
UInt32

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

phmenu
_RemotableHandle

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

pidChild
UInt32

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

Comentarios

Para obtener más información sobre IAccPropServices, consulte la documentación sobre anotación dinámica.

Se aplica a

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

public:
 void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phmenu As IntPtr, ByRef pidChild As UInteger)

Parámetros

pIDString
Byte

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

dwIDStringLen
UInt32

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

phmenu
IntPtr

nativeint

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

pidChild
UInt32

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

Se aplica a