IAccPropServices.DecomposeHmenuIdentityString Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32) |
L'interfaccia IAccPropServices e tutti i relativi membri esposti sono parte di un wrapper gestito per l'interfaccia IAccPropServices di COM (Component Object Model). |
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32) |
L'interfaccia IAccPropServices e tutti i relativi membri esposti sono parte di un wrapper gestito per l'interfaccia |
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)
L'interfaccia IAccPropServices e tutti i relativi membri esposti sono parte di un wrapper gestito per l'interfaccia IAccPropServices di COM (Component Object Model).
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)
Parametri
- pIDString
- Byte
Puntatore a un buffer che contiene la stringa di identità di un elemento accessibile basato su HMENU.
- dwIDStringLen
- UInt32
Indica la lunghezza della stringa di identità specificata da pIDString
.
- phmenu
- _RemotableHandle
Puntatore a un buffer che riceve l'elemento HMENU dell'elemento accessibile.
- pidChild
- UInt32
Puntatore a un buffer che riceve l'ID figlio dell'elemento accessibile.
Commenti
Per altre informazioni su IAccPropServices, vedere la documentazione sull'annotazione dinamica.
Si applica a
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)
L'interfaccia IAccPropServices e tutti i relativi membri esposti sono parte di un wrapper gestito per l'interfaccia IAccPropServices
di COM (Component Object Model).
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)
Parametri
- pIDString
- Byte
Puntatore a un buffer che contiene la stringa di identità di un elemento accessibile basato su HMENU.
- dwIDStringLen
- UInt32
Indica la lunghezza della stringa di identità specificata da pIDString
.
- phmenu
-
IntPtr
nativeint
Puntatore a un buffer che riceve l'elemento HMENU dell'elemento accessibile.
- pidChild
- UInt32
Puntatore a un buffer che riceve l'ID figlio dell'elemento accessibile.