다음을 통해 공유


CAccPropServicesClass.DecomposeHmenuIdentityString 메서드

정의

오버로드

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

CAccPropServicesClass와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)

CAccPropServicesClass와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

public:
 virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Overridable Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)

매개 변수

pIDString
Byte

CAccPropServicesClass와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.

dwIDStringLen
UInt32

pIDString으로 지정되는 ID 문자열의 길이를 지정합니다.

phmenu
_RemotableHandle

액세스 가능 요소의 HMENU를 받는 버퍼에 대한 포인터입니다.

pidChild
UInt32

액세스 가능 요소의 자식 ID를 받는 버퍼에 대한 포인터입니다.

구현

적용 대상

DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)

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

public:
 virtual void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild) = Accessibility::IAccPropServices::DecomposeHmenuIdentityString;
public virtual void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
override this.DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public Overridable Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, phmenu As IntPtr, ByRef pidChild As UInteger)

매개 변수

pIDString
Byte

HMENU 기반 액세스 가능 요소의 ID 문자열이 들어 있는 버퍼에 대한 포인터입니다.

dwIDStringLen
UInt32

pIDString으로 지정되는 ID 문자열의 길이를 지정합니다.

phmenu
IntPtr

nativeint

액세스 가능 요소의 HMENU를 받는 버퍼에 대한 포인터입니다.

pidChild
UInt32

액세스 가능 요소의 자식 ID를 받는 버퍼에 대한 포인터입니다.

구현

적용 대상