MFUnlockWorkQueue function
Unlocks a work queue.
Syntax
HRESULT MFUnlockWorkQueue( _In_ DWORD dwWorkQueue );
Parameters
- dwWorkQueue [in]
-
Identifier for the work queue to be unlocked. The identifier is returned by the MFAllocateWorkQueue function.
Return value
The function returns an HRESULT. Possible values include, but are not limited to, those in the following table.
| Return code | Description |
|---|---|
|
The function succeeded. |
Remarks
The application must call MFUnlockWorkQueue once for every call to MFAllocateWorkQueue and then once for every call to MFLockWorkQueue.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: