Home | History | Annotate | Download | only in pocdll

Lines Matching refs:HANDLE

19 // "log" is the handle of the log file.
20 void POCDLL_API TestFileSystem(HANDLE log);
23 // resource references by the handle along with the access right.
24 // "log" is the handle of the log file.
25 void POCDLL_API TestGetHandle(HANDLE log);
30 // "log" is the handle of the log file.
31 void POCDLL_API TestThreadBombing(HANDLE log);
36 // "log" is the handle of the log file.
39 void POCDLL_API TestTakeAllCpu(HANDLE log);
44 // "log" is the handle of the log file.
45 void POCDLL_API TestUseAllMemory(HANDLE log);
50 // "log" is the handle of the log file.
51 void POCDLL_API TestCreateObjects(HANDLE log);
55 // "log" is the handle of the log file.
58 void POCDLL_API TestCloseHWND(HANDLE log);
61 // "log" is the handle of the log file.
62 void POCDLL_API TestNetworkListen(HANDLE log);
65 // "log" is the handle of the log file.
66 void POCDLL_API TestProcesses(HANDLE log);
69 // "log" is the handle of the log file.
70 void POCDLL_API TestThreads(HANDLE log);
73 // "log" is the handle of the log file.
74 void POCDLL_API TestRegistry(HANDLE log);
77 // "log" is the handle of the log file.
78 void POCDLL_API TestSpyKeys(HANDLE log);
82 // "log" is the handle of the log file.
83 void POCDLL_API TestSpyScreen(HANDLE log);
86 void POCDLL_API Run(HANDLE log);