UcmUcsiPpmSetUcsiCommandRequestQueue function (Ucmucsippm.h)
Provides a framework queue object that is used to dispatch UCSI commands to the client driver.
Syntax
void UcmUcsiPpmSetUcsiCommandRequestQueue(
[in] UCMUCSIPPM PpmObject,
[in] WDFQUEUE PpmRequestQueue
);
Parameters
[in] PpmObject
A handle to a Platform Policy Manager (PPM) object that the client driver received in the previous call to UcmUcsiPpmCreate.
[in] PpmRequestQueue
A WDFQUEUE handle that the client driver in a previous call to WdfIoQueueCreate
Return value
None
Remarks
The client driver is expected to call UcmUcsiPpmSetUcsiCommandRequestQueue after calling UcmUcsiPpmCreate and before UcmUcsiPpmStart.
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.27 |
Minimum UMDF version | N/A |
Header | Ucmucsippm.h (include UcmUcsiCx.h) |
Library | UcmUcsiCxStub.lib |
IRQL | PASSIVE_LEVEL |