Release 961013
[wine/multimedia.git] / include / stress.h
blob190e675a89a8549c02178cec6657d0d6f193e569
1 #ifndef __STRESS_H
2 #define __STRESS_H
4 #include <windows.h>
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 #define EDS_WIN 1
11 #define EDS_CUR 2
12 #define EDS_TEMP 3
14 BOOL AllocGDIMem(UINT);
15 BOOL AllocMem(DWORD);
16 BOOL AllocUserMem(UINT);
17 int AllocDiskSpace(long, UINT);
18 int AllocFileHandles(int);
19 int GetFreeFileHandles(void);
20 void FreeAllGDIMem(void);
21 void FreeAllMem(void);
22 void FreeAllUserMem(void);
23 void UnAllocDiskSpace(UINT);
24 void UnAllocFileHandles(void);
26 #ifdef __cplusplus
28 #endif
30 #endif /* __STRESS_H */