IAccPropServices.DecomposeHmenuIdentityString Método

Definición

Sobrecargas

Nombre Description
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

La IAccPropServices interfaz y todos sus miembros expuestos forman parte de un contenedor administrado para 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 la 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 identificador secundario del elemento accesible.

Comentarios

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

Se aplica a

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

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 la 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 identificador secundario del elemento accesible.

Se aplica a