Udostępnij za pośrednictwem


CAccPropServicesClass.DecomposeHwndIdentityString Metoda

Definicja

Przeciążenia

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

Wszystkie CAccPropServicesClass jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu modelu obiektów składników (COM IAccPropServices ).

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

Wszystkie CAccPropServicesClass jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu IAccPropServices modelu obiektów składowych (COM).

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

Wszystkie CAccPropServicesClass jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu modelu obiektów składników (COM IAccPropServices ).

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)

Parametry

pIDString
Byte

Wskaźnik do buforu zawierającego ciąg tożsamości elementu dostępnego na podstawie Hwnd.

dwIDStringLen
UInt32

Określa długość ciągu tożsamości określonego przez pIDString.

phwnd
IntPtr

nativeint

Wskaźnik do buforu, który odbiera HWND dostępnego elementu.

pidObject
UInt32

Wskaźnik do buforu, który odbiera identyfikator obiektu dostępnego elementu.

pidChild
UInt32

Wskaźnik do buforu, który odbiera identyfikator podrzędny dostępnego elementu.

Implementuje

Dotyczy

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

Wszystkie CAccPropServicesClass jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu IAccPropServices modelu obiektów składowych (COM).

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)

Parametry

pIDString
Byte

Wszystkie CAccPropServicesClass jego uwidocznione elementy członkowskie są częścią zarządzanej otoki interfejsu IAccPropServices modelu obiektów składowych (COM).

dwIDStringLen
UInt32

Określa długość ciągu tożsamości określonego przez pIDString.

phwnd
_RemotableHandle

Wskaźnik do buforu, który odbiera HWND dostępnego elementu.

pidObject
UInt32

Wskaźnik do buforu, który odbiera identyfikator obiektu dostępnego elementu.

pidChild
UInt32

Wskaźnik do buforu, który odbiera identyfikator podrzędny dostępnego elementu.

Implementuje

Dotyczy