Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Functions
wdll_delay_load.h File Reference

Go to the source code of this file.

Classes

struct  WdllLoadNotify
 

Macros

#define WDLL_ADD_NOTIFY(dll_name, func)
 

Functions

void wdll_add_notify (WdllLoadNotify *)
 

Macro Definition Documentation

#define WDLL_ADD_NOTIFY (   dll_name,
  func 
)
Value:
static WdllLoadNotify UID__ = { dll_name, func };\
)
void wdll_add_notify(WdllLoadNotify *notify)
#define UID__
#define STMT(STMT_code__)
package code into a single statement.

Definition at line 42 of file wdll_delay_load.h.

Function Documentation

void wdll_add_notify ( WdllLoadNotify )

Definition at line 117 of file wdll_delay_load.cpp.