UcmUcsiPpmSetUcsiCommandRequestQueue - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ucmucsippm.h

VOID UcmUcsiPpmSetUcsiCommandRequestQueue(
  [in] UCMUCSIPPM PpmObject,
  [in] WDFQUEUE   PpmRequestQueue
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ucmucsippm-ucmucsippmsetucsicommandrequestqueue)

UcmUcsiPpmSetUcsiCommandRequestQueue function

Description

Provides a framework queue object that is used to dispatch UCSI commands to the client driver.

Parameters

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

Remarks

The client driver is expected to call UcmUcsiPpmSetUcsiCommandRequestQueue after calling UcmUcsiPpmCreate and before UcmUcsiPpmStart.

See also