Partager via


IAccPropServices.ComposeHmenuIdentityString Méthode

Définition

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 ComposeHmenuIdentityString(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen);
public void ComposeHmenuIdentityString (ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
Public 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é.

Remarques

Pour plus d’informations sur IAccPropServices, consultez la documentation sur l’annotation dynamique.

S’applique à