Ignore:
Timestamp:
Oct 28, 2001, 4:23:39 PM (24 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r7246 r7247  
    2424                                   PFNDRVIOCTL pfnDriverIOCtl, LPCSTR lpDeviceName);
    2525
     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
     33BOOL WIN32API SetDialogHook(HOOKPROC pfnDialogProc);
     34BOOL WIN32API ClearDialogHook();
     35
    2636#endif  /*__CUSTOMBUILD_H__*/
    2737
Note: See TracChangeset for help on using the changeset viewer.