APCCPLINFO

This structure provides information about a control panel application.

Syntax

typedef struct {
DWORD
dwSize;
WCHAR
szTTSName[32];
WCHAR
szAlertName[32]
} APCCPLINFO;

Members

dwSize
DWORD that specifies the size of the structure. The control panel application must set this value.
szTTSName
Null-terminated string that contains the text-to-speech name of the control panel application. The string must contain 32 characters or less.
szAlertName
Null-terminated string that contains the alert name of the control panel application. The string must contain 32 characters or less.