IAccPropServices.DecomposeHmenuIdentityString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32) |
L’interface IAccPropServices et tous ses membres exposés font partie d’un wrapper managé pour l’interface IAccPropServices du modèle COM (Component Object Model). |
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32) |
L'interface IAccPropServices et tous ses membres exposés font partie d'un wrapper managé pour l'interface |
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)
L’interface IAccPropServices et tous ses membres exposés font partie d’un wrapper managé pour l’interface IAccPropServices du modèle 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)
Paramètres
- pIDString
- Byte
Pointeur vers une mémoire tampon contenant la chaîne d'identité d'un élément accessible HMENU.
- dwIDStringLen
- UInt32
Spécifie la longueur de la chaîne d'identité spécifiée par pIDString
.
- phmenu
- _RemotableHandle
Pointeur vers une mémoire tampon qui reçoit le HMENU de l'élément accessible.
- pidChild
- UInt32
Pointeur vers une mémoire tampon qui reçoit l'ID enfant de l'élément accessible.
Remarques
Pour plus d’informations sur IAccPropServices, consultez la documentation sur l’annotation dynamique.
S’applique à
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)
L'interface IAccPropServices et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccPropServices
du modèle 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)
Paramètres
- pIDString
- Byte
Pointeur vers une mémoire tampon contenant la chaîne d'identité d'un élément accessible HMENU.
- dwIDStringLen
- UInt32
Spécifie la longueur de la chaîne d'identité spécifiée par pIDString
.
- phmenu
-
IntPtr
nativeint
Pointeur vers une mémoire tampon qui reçoit le HMENU de l'élément accessible.
- pidChild
- UInt32
Pointeur vers une mémoire tampon qui reçoit l'ID enfant de l'élément accessible.