blob: cff14d8a2ee5cafba2e6193631e82017786576c8 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
 | typedef struct {
	char *szProto;
	char *msg;
	char *uMsg;
	int statusMode;
} PROTOMSGINFO;
// wParam = 0
// lParam = PROTOMSGINFO *
// returns 0 on success
#define MS_VSRAMM_SETAWAYMSG		"VSRAMM/SetAwayMsg"
 |