// ucmucsippmrequests.h
typedef struct _UCMUCSI_PPM_SEND_UCSI_DATA_BLOCK_IN_PARAMS {
UCMUCSIPPM PpmObject;
UCSI_DATA_BLOCK UcmUcsiDataBlock;
} UCMUCSI_PPM_SEND_UCSI_DATA_BLOCK_IN_PARAMS, *PUCMUCSI_PPM_SEND_UCSI_DATA_BLOCK_IN_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
Contains a USCI data block. This structure is the input buffer to the IOCTL_UCMUCSI_PPM_SEND_UCSI_DATA_BLOCK I/O request.
PpmObjectA handle to a Platform Policy Manager (PPM) object that the client driver received in the previous call to UcmUcsiPpmCreate.
UcmUcsiDataBlockA UCSI_DATA_BLOCK structure that contains the data block to send.
IOCTL_UCMUCSI_PPM_SEND_UCSI_DATA_BLOCK