MFUnlockWorkQueue Function
Unlocks a work queue.
Syntax
HRESULT MFUnlockWorkQueue(
__in DWORD dwWorkQueue
);
Parameter
- dwWorkQueue [in]
Identifier for the work queue to be unlocked. The identifier is returned by the MFAllocateWorkQueue function.
Rückgabewert
The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Rückgabecode | Beschreibung |
---|---|
S_OK | The function succeeded. |
Hinweise
The application must call MFUnlockWorkQueue once for every call to MFAllocateWorkQueue and then once for every call to MFLockWorkQueue.
Anforderungen
Mindestens unterstützter Client |
Windows Vista |
Mindestens unterstützter Server |
Windows Server 2008 |
Header |
Mfapi.h |
Bibliothek |
Mfplat.lib |
DLL |
Mfplat.dll |