IAccPropServices.ComposeHwndIdentityString 메서드

정의

IAccPropServices 인터페이스와 노출된 모든 멤버는 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)

매개 변수

hwnd
_RemotableHandle

호출자가 식별하려는 액세스 가능 요소의 HWND를 지정합니다.

idObject
UInt32

액세스 가능 요소의 개체 ID를 지정합니다.

idChild
UInt32

액세스 가능 요소의 자식 ID를 지정합니다.

ppIDString
IntPtr

nativeint

ID 문자열을 받는 버퍼에 대한 포인터입니다. 호출 수신자는 CoTaskMemAlloc를 사용하여 이 버퍼를 할당합니다. 완료되면 호출자가 CoTaskMemFree를 호출하여 버퍼를 해제해야 합니다.

pdwIDStringLen
UInt32

ID 문자열의 길이를 받는 버퍼에 대한 포인터입니다.

설명

에 대한 IAccPropServices자세한 내용은 동적 주석에 대한 설명서를 참조하세요.

적용 대상