Partager via


CAccPropServicesClass.ComposeHmenuIdentityString Méthode

Définition

CAccPropServicesClass et tous ses membres exposés font partie d'un wrapper managé pour l'interface IAccPropServices du modèle COM (Component Object Model).

public:
 virtual void ComposeHmenuIdentityString(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen) = Accessibility::IAccPropServices::ComposeHmenuIdentityString;
public virtual void ComposeHmenuIdentityString (ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
override this.ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
Public Overridable Sub ComposeHmenuIdentityString (ByRef hmenu As _RemotableHandle, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)

Paramètres

hmenu
_RemotableHandle

Identifie l'élément accessible HMENU.

idChild
UInt32

Spécifie l'ID enfant de l'élément accessible.

ppIDString
IntPtr

nativeint

Pointeur vers une mémoire tampon qui reçoit la chaîne d'identité. L'appelé alloue cette mémoire tampon à l'aide de CoTaskMemAlloc. Une fois terminé, l'appelant doit libérer la mémoire tampon en appelant CoTaskMemFree.

pdwIDStringLen
UInt32

Pointeur vers une mémoire tampon qui reçoit la longueur de la chaîne d'identité.

Implémente

Remarques

Pour plus d’informations, consultez la documentation Microsoft Active Accessibility .

S’applique à