Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new work queue.
Syntax
HRESULT MFAllocateWorkQueue(
[out] DWORD *pdwWorkQueue
);
Parameters
[out] pdwWorkQueue
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | mfapi.h |
| Library | Mfplat.lib |
| DLL | Mfplat.dll |