windows-nt/Source/XPSP1/NT/multimedia/media/audiosrv/ts.h

10 lines
254 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
typedef struct {
HANDLE Event;
DWORD SessionId;
} SESSIONNOTIFICATION, *PSESSIONNOTIFICATION;
typedef CList<PSESSIONNOTIFICATION, PSESSIONNOTIFICATION> CListSessionNotifications;
extern CListSessionNotifications *gplistSessionNotifications;