// ucmucsippmrequests.h
typedef struct _UCMUCSI_PPM_GET_UCSI_DATA_BLOCK_OUT_PARAMS {
UCSI_DATA_BLOCK UcmUcsiDataBlock;
} UCMUCSI_PPM_GET_UCSI_DATA_BLOCK_OUT_PARAMS, *PUCMUCSI_PPM_GET_UCSI_DATA_BLOCK_OUT_PARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
Contains a USCI data block. This structure is the output buffer to the IOCTL_UCMUCSI_PPM_GET_UCSI_DATA_BLOCK I/O request.
UcmUcsiDataBlockA UCSI_DATA_BLOCK structure that receives the data block with notification information.
IOCTL_UCMUCSI_PPM_SEND_UCSI_DATA_BLOCK