Pyrogenesis  trunk
Classes | Macros | Functions
wdll_delay_load.h File Reference
This graph shows which files directly or indirectly include this file:

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 *)
Definition: wdll_delay_load.cpp:117
Definition: wdll_delay_load.h:31
#define UID__
Definition: code_annotation.h:181
#define STMT(STMT_code__)
package code into a single statement.
Definition: code_generation.h:41

Function Documentation

void wdll_add_notify ( WdllLoadNotify )