// winsplp.h
typedef struct {
UI_TYPE UIType;
MESSAGEBOX_PARAMS MessageBoxParams;
} SHOWUIPARAMS, *PSHOWUIPARAMS;
View the official Windows Driver Kit DDI referenceNo description available.
The SplPromptUIInUsersSession function uses the SHOWUIPARAMS structure to hold information about the appearance and behavior of a message box.
UITypeSpecifies the type of user interface element. This member can be set to a single value: kMessageBox.
MessageBoxParamsSpecifies a MESSAGEBOX_PARAMS structure that contains the information about the message box.