IAccPropServices.DecomposeHwndIdentityString Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |
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(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phwnd As IntPtr, ByRef pidObject As UInteger, 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 Hwnd.
- dwIDStringLen
- UInt32
Spécifie la longueur de la chaîne d'identité spécifiée par pIDString
.
- phwnd
-
IntPtr
nativeint
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 à
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(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * _RemotableHandle * uint32 * uint32 -> unit
Public Sub DecomposeHwndIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phwnd As _RemotableHandle, ByRef pidObject As UInteger, 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 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.