Partager via


CAccPropServicesClass.DecomposeHwndIdentityString Méthode

Définition

Surcharges

DecomposeHwndIdentityString(Byte, UInt32, IntPtr, UInt32, UInt32)

CAccPropServicesClass 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)

CAccPropServicesClass 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)

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 DecomposeHwndIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phwnd, [Runtime::InteropServices::Out] System::UInt32 % pidObject, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHwndIdentityString;
public virtual void DecomposeHwndIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phwnd, out uint pidObject, out uint pidChild);
abstract member DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
override this.DecomposeHwndIdentityString : byte * uint32 * nativeint * uint32 * uint32 -> unit
Public Overridable 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.

Implémente

S’applique à

DecomposeHwndIdentityString(Byte, UInt32, _RemotableHandle, UInt32, UInt32)

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 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) = Accessibility::IAccPropServices::DecomposeHwndIdentityString;
public virtual 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
override this.DecomposeHwndIdentityString : byte * uint32 * _RemotableHandle * uint32 * uint32 -> unit
Public Overridable 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

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

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.

Implémente

S’applique à