windows-nt/Source/XPSP1/NT/multimedia/media/winmm/agfxp.h

9 lines
218 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifdef AGFX_EXPORTS
#define AGFX_API __declspec(dllexport)
#else
#define AGFX_API __declspec(dllimport)
#endif
EXTERN_C AGFX_API void WINAPI gfxLogon(DWORD dwProcessId);
EXTERN_C AGFX_API void WINAPI gfxLogoff(void);