// ucmucsippm.h
VOID UcmUcsiPpmSetUcsiCommandRequestQueue(
[in] UCMUCSIPPM PpmObject,
[in] WDFQUEUE PpmRequestQueue
);
View the official Windows Driver Kit DDI referenceNo description available.
Provides a framework queue object that is used to dispatch UCSI commands to the client driver.
PpmObject [in]A handle to a Platform Policy Manager (PPM) object that the client driver received in the previous call to UcmUcsiPpmCreate.
PpmRequestQueue [in]A WDFQUEUE handle that the client driver in a previous call to WdfIoQueueCreate
The client driver is expected to call UcmUcsiPpmSetUcsiCommandRequestQueue after calling UcmUcsiPpmCreate and before UcmUcsiPpmStart.