UCMUCSI_PPM_GET_UCSI_DATA_BLOCK_OUT_PARAMS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ucmucsippmrequests-_ucmucsi_ppm_get_ucsi_data_block_out_params)

_UCMUCSI_PPM_GET_UCSI_DATA_BLOCK_OUT_PARAMS structure

Description

Contains a USCI data block. This structure is the output buffer to the IOCTL_UCMUCSI_PPM_GET_UCSI_DATA_BLOCK I/O request.

Members

UcmUcsiDataBlock

A UCSI_DATA_BLOCK structure that receives the data block with notification information.

Remarks

See also

IOCTL_UCMUCSI_PPM_SEND_UCSI_DATA_BLOCK