SHOWUIPARAMS structure (winsplp.h)

The SplPromptUIInUsersSession function uses the SHOWUIPARAMS structure to hold information about the appearance and behavior of a message box.

Syntax

typedef struct {
  UI_TYPE           UIType;
  MESSAGEBOX_PARAMS MessageBoxParams;
} SHOWUIPARAMS, *PSHOWUIPARAMS;

Members

UIType

Specifies the type of user interface element. This member can be set to a single value: kMessageBox.

MessageBoxParams

Specifies a MESSAGEBOX_PARAMS structure that contains the information about the message box.

Requirements

Requirement Value
Minimum supported client This function is available in Windows XP and later operating systems.
Header winsplp.h (include Winsplp.h)

See also

MESSAGEBOX_PARAMS

SplPromptUIInUsersSession