CAccPropServicesClass.DecomposeHmenuIdentityString Méthode

Définition

Surcharges

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

Les CAccPropServicesClass membres exposés font partie d’un wrapper managé pour l’interface IAccPropServices du modèle objet composant (COM).

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

Tous CAccPropServicesClass ses membres exposés font partie d’un wrapper managé pour l’interface COM IAccPropServices (Component Object Model).

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

Les CAccPropServicesClass membres exposés font partie d’un wrapper managé pour l’interface IAccPropServices du modèle objet composant (COM).

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

Paramètres

pIDString
Byte

Les CAccPropServicesClass membres exposés font partie d’un wrapper managé pour l’interface IAccPropServices du modèle objet composant (COM).

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.

Implémente

S’applique à

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

Tous CAccPropServicesClass ses membres exposés font partie d’un wrapper managé pour l’interface COM IAccPropServices (Component Object Model).

public:
 virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString(ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Overridable 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 basé sur 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.

Implémente

S’applique à