2025-04-27 07:49:33 -04:00

10 lines
263 B
C

typedef struct {
HANDLE Event;
DWORD SessionId;
} SESSIONNOTIFICATION, *PSESSIONNOTIFICATION;
typedef CList<PSESSIONNOTIFICATION, PSESSIONNOTIFICATION> CListSessionNotifications;
extern CListSessionNotifications *gplistSessionNotifications;