Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The data structures for memory locations. See Section 3 in UCSI spec version 1.2.
Syntax
typedef struct _UCSI_DATA_BLOCK {
UCSI_VERSION UcsiVersion;
UCSI_CCI CCI;
UCSI_CONTROL Control;
UCSI_MESSAGE_IN MessageIn;
UCSI_MESSAGE_OUT MessageOut;
} UCSI_DATA_BLOCK, *PUCSI_DATA_BLOCK;
Members
UcsiVersion
CCI
Control
MessageIn
MessageOut
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.27 |
Minimum UMDF version | N/A |
Header | ucmucsispec.h (include UcmUcsiCx.h) |