ReleaseMutexWhenCallbackReturns 함수(threadpoolapiset.h)
현재 콜백이 완료될 때 스레드 풀이 해제할 뮤텍스를 지정합니다.
구문
void ReleaseMutexWhenCallbackReturns(
[in, out] PTP_CALLBACK_INSTANCE pci,
[in] HANDLE mut
);
매개 변수
[in, out] pci
콜백 instance 정의하는 TP_CALLBACK_INSTANCE 구조체에 대한 포인터입니다. 포인터가 콜백 함수에 전달됩니다.
[in] mut
뮤텍스에 대한 핸들입니다.
반환 값
없음
설명
이 함수를 사용하는 애플리케이션을 컴파일하려면 _WIN32_WINNT 0x0600 이상으로 정의합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows Vista [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2008 [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | threadpoolapiset.h(Windows 7, Windows Server 2008 Windows Server 2008 R2의 Windows.h 포함) |
라이브러리 | Kernel32.lib |
DLL | Kernel32.dll |
참고 항목
DisassociateCurrentThreadFromCallback
FreeLibraryWhenCallbackReturns
LeaveCriticalSectionWhenCallbackReturns