IAccPropServices.ComposeHwndIdentityString Metodo

Definizione

L'interfaccia IAccPropServices e tutti i relativi membri esposti sono parte di un wrapper gestito per l'interfaccia IAccPropServices di 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)

Parametri

hwnd
_RemotableHandle

Specifica l'elemento HWND dell'elemento accessibile che il chiamante desidera identificare.

idObject
UInt32

Specifica l'ID di oggetto dell'elemento accessibile.

idChild
UInt32

Specifica l'ID figlio dell'elemento accessibile.

ppIDString
IntPtr

nativeint

Puntatore a un buffer che riceve la stringa di identità. Il chiamato alloca questo buffer utilizzando CoTaskMemAlloc. Al termine, il chiamante deve liberare il buffer chiamando CoTaskMemFree.

pdwIDStringLen
UInt32

Puntatore a un buffer che riceve la lunghezza della stringa di identità.

Commenti

Per altre informazioni su , vedere la documentazione relativa IAccPropServicesall'annotazione dinamica.

Si applica a