IAccPropServices.ComposeHwndIdentityString 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 ComposeHwndIdentityString(Accessibility::_RemotableHandle % hwnd, System::UInt32 idObject, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen);
public void ComposeHwndIdentityString (ref Accessibility._RemotableHandle hwnd, uint idObject, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHwndIdentityString : _RemotableHandle * uint32 * uint32 * nativeint * uint32 -> unit
Public Sub ComposeHwndIdentityString (ByRef hwnd As _RemotableHandle, idObject As UInteger, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)

Paramètres

hwnd
_RemotableHandle

Spécifie le HWND de l'élément accessible que l'appelant souhaite identifier.

idObject
UInt32

Spécifie l'ID d'objet de l'élément accessible.

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 à