IAccPropServices.ComposeHwndIdentityString Método

Definição

A IAccPropServices interface e todos os seus membros expostos fazem parte de um wrapper gerido para a interface Component Object Model (COM IAccPropServices ).

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)

Parâmetros

hwnd
_RemotableHandle

Especifica o HWND do elemento acessível que o chamador quer identificar.

idObject
UInt32

Especifica o ID do objeto do elemento acessível.

idChild
UInt32

Especifica o ID filho do elemento acessível.

ppIDString
IntPtr

nativeint

Aponta para um buffer que recebe a cadeia identidade. O chamado aloca este buffer usando CoTaskMemAlloc. Quando terminar, o chamador deve libertar o buffer chamando CoTaskMemFree.

pdwIDStringLen
UInt32

Apontador para um buffer que recebe o comprimento da cadeia identidade.

Observações

Para mais informações sobre IAccPropServices, consulte a documentação sobre a Anotação Dinâmica.

Aplica-se a