IAccPropServices.DecomposeHwndIdentityString Méthode

Définition

Surcharges

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, 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).

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, 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).

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, 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 DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);

Paramètres

pIDString
Byte

Pointeur vers une mémoire tampon contenant la chaîne d'identité d'un élément accessible Hwnd.

dwIDStringLen
UInt32

Spécifie la longueur de la chaîne d'identité spécifiée par pIDString.

phwnd
IntPtr

Pointeur vers une mémoire tampon qui reçoit le HWND de l'élément accessible.

pidObject
UInt32

Pointeur vers une mémoire tampon qui reçoit l'ID d'objet de l'élément accessible.

pidChild
UInt32

Pointeur vers une mémoire tampon qui reçoit l'ID enfant de l'élément accessible.

S’applique à

.NET Framework 4.8.1 et autres versions
Produit Versions
.NET Framework 2.0, 3.0, 3.5, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, 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 DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phwnd, out uint pidObject, out uint pidChild);

Paramètres

pIDString
Byte

Pointeur vers une mémoire tampon contenant la chaîne d'identité d'un élément accessible Hwnd.

dwIDStringLen
UInt32

Spécifie la longueur de la chaîne d'identité spécifiée par pIDString.

phwnd
_RemotableHandle

Pointeur vers une mémoire tampon qui reçoit le HWND de l'élément accessible.

pidObject
UInt32

Pointeur vers une mémoire tampon qui reçoit l'ID d'objet 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 à

.NET Framework 4.0
Produit Versions
.NET Framework 4.0