MFAllocateWorkQueue function
Creates a new work queue.
Syntax
HRESULT MFAllocateWorkQueue( _Out_ DWORD *pdwWorkQueue );
Parameters
- pdwWorkQueue [out]
-
Receives an identifier for the work queue.
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. |
|
The application exceeded the maximum number of work queues. |
|
The application did not call MFStartup, or the application has already called MFShutdown. |
Remarks
When you are done using the work queue, call MFUnlockWorkQueue.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: