Changeset 7247 for trunk/include/custombuild.h
- Timestamp:
- Oct 28, 2001, 4:23:39 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/custombuild.h
r7246 r7247 24 24 PFNDRVIOCTL pfnDriverIOCtl, LPCSTR lpDeviceName); 25 25 26 27 //SetDialogHook can be used by a custom Odin build to register a hook procedure 28 //that gets called before or after dialog creation 29 30 #define HCUSTOM_PREDIALOGCREATION 0 31 #define HCUSTOM_POSTDIALOGCREATION 1 32 33 BOOL WIN32API SetDialogHook(HOOKPROC pfnDialogProc); 34 BOOL WIN32API ClearDialogHook(); 35 26 36 #endif /*__CUSTOMBUILD_H__*/ 27 37
Note:
See TracChangeset
for help on using the changeset viewer.