IAccPropServices.DecomposeHmenuIdentityString 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32) |
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다. |
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32) |
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM |
DecomposeHmenuIdentityString(Byte, UInt32, _RemotableHandle, UInt32)
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM(구성 요소 개체 모델) IAccPropServices 인터페이스의 관리되는 래퍼에 속합니다.
public:
void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, [Runtime::InteropServices::Out] Accessibility::_RemotableHandle % phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, out Accessibility._RemotableHandle phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * _RemotableHandle * uint32 -> unit
Public Sub DecomposeHmenuIdentityString (ByRef pIDString As Byte, dwIDStringLen As UInteger, ByRef phmenu As _RemotableHandle, ByRef pidChild As UInteger)
매개 변수
- pIDString
- Byte
HMENU 기반 액세스 가능 요소의 ID 문자열이 들어 있는 버퍼에 대한 포인터입니다.
- dwIDStringLen
- UInt32
pIDString
으로 지정되는 ID 문자열의 길이를 지정합니다.
- phmenu
- _RemotableHandle
액세스 가능 요소의 HMENU를 받는 버퍼에 대한 포인터입니다.
- pidChild
- UInt32
액세스 가능 요소의 자식 ID를 받는 버퍼에 대한 포인터입니다.
설명
에 대한 IAccPropServices자세한 내용은 동적 주석에 대한 설명서를 참조하세요.
적용 대상
DecomposeHmenuIdentityString(Byte, UInt32, IntPtr, UInt32)
IAccPropServices 인터페이스와 노출된 모든 멤버는 COM IAccPropServices
인터페이스의 관리되는 래퍼에 속합니다.
public:
void DecomposeHmenuIdentityString(System::Byte % pIDString, System::UInt32 dwIDStringLen, IntPtr phmenu, [Runtime::InteropServices::Out] System::UInt32 % pidChild);
public void DecomposeHmenuIdentityString (ref byte pIDString, uint dwIDStringLen, IntPtr phmenu, out uint pidChild);
abstract member DecomposeHmenuIdentityString : byte * uint32 * nativeint * uint32 -> unit
Public 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를 받는 버퍼에 대한 포인터입니다.
적용 대상
.NET