IComThreadingInfo 인터페이스(objidl.h)
호출자가 실행 중인 아파트 및 스레드에 대한 다음 정보를 가져올 수 있습니다. 아파트 유형, 스레드 유형 및 스레드 GUID. 또한 스레드 GUID를 지정할 수 있습니다.
상속
IComThreadingInfo 인터페이스는 IUnknown 인터페이스에서 상속됩니다. IComThreadingInfo 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
IComThreadingInfo 인터페이스에는 이러한 메서드가 있습니다.
IComThreadingInfo::GetCurrentApartmentType IComThreadingInfo::GetCurrentApartmentType 메서드(objidl.h)는 호출자가 실행 중인 아파트 유형을 검색합니다. |
IComThreadingInfo::GetCurrentLogicalThreadId IComThreadingInfo::GetCurrentLogicalThreadId 메서드(objidl.h)는 호출자가 실행 중인 스레드의 GUID를 검색합니다. |
IComThreadingInfo::GetCurrentThreadType IComThreadingInfo::GetCurrentThreadType 메서드(objidl.h)는 호출자가 실행 중인 스레드 유형을 검색합니다. |
IComThreadingInfo::SetCurrentLogicalThreadId IComThreadingInfo::SetCurrentLogicalThreadId 메서드(objidl.h)는 호출자가 실행되는 스레드의 GUID를 설정합니다. |
설명
현재 컨텍스트에 대한 이 인터페이스의 instance CoGetObjectContext를 사용하여 가져올 수 있습니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 2000 Professional[데스크톱 앱만] |
지원되는 최소 서버 | Windows 2000 Server[데스크톱 앱만] |
대상 플랫폼 | Windows |
헤더 | objidl.h(ObjIdl.h 포함) |