Changeset 3881 in vbox for trunk/src/VBox/Additions/WINNT/VBoxHook/testcase
- Timestamp:
- Jul 26, 2007 3:27:15 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/tstHook.cpp
r3743 r3881 25 25 { 26 26 printf("Enabling global hook\n"); 27 VBoxInstallHook(GetModuleHandle("VBoxHook.dll") );27 VBoxInstallHook(GetModuleHandle("VBoxHook.dll"), 0); 28 28 getchar(); 29 29
Note:
See TracChangeset
for help on using the changeset viewer.