다음을 통해 공유


CAccPropServicesClass.ComposeHmenuIdentityString 메서드

정의

CAccPropServicesClass와 노출된 모든 멤버는 COM IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

public:
 virtual void ComposeHmenuIdentityString(Accessibility::_RemotableHandle % hmenu, System::UInt32 idChild, IntPtr ppIDString, [Runtime::InteropServices::Out] System::UInt32 % pdwIDStringLen) = Accessibility::IAccPropServices::ComposeHmenuIdentityString;
public virtual void ComposeHmenuIdentityString (ref Accessibility._RemotableHandle hmenu, uint idChild, IntPtr ppIDString, out uint pdwIDStringLen);
abstract member ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
override this.ComposeHmenuIdentityString : _RemotableHandle * uint32 * nativeint * uint32 -> unit
Public Overridable Sub ComposeHmenuIdentityString (ByRef hmenu As _RemotableHandle, idChild As UInteger, ppIDString As IntPtr, ByRef pdwIDStringLen As UInteger)

매개 변수

hmenu
_RemotableHandle

HMENU 기반의 액세스 가능 요소를 식별합니다.

idChild
UInt32

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

ppIDString
IntPtr

nativeint

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

pdwIDStringLen
UInt32

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

구현

설명

자세한 내용은 참조는 Microsoft Active Accessibility 설명서.

적용 대상