HyperPlatform Programmer's Reference
|
Declares interfaces to global object functions. More...
#include <fltKernel.h>
Go to the source code of this file.
Functions | |
NTSTATUS | GlobalObjectInitialization () |
Calls all constructors and register all destructor. More... | |
void | GlobalObjectTermination () |
Calls all destructors. More... | |
Declares interfaces to global object functions.
Definition in file global_object.h.
NTSTATUS GlobalObjectInitialization | ( | ) |
Calls all constructors and register all destructor.
Definition at line 75 of file global_object.cpp.
void GlobalObjectTermination | ( | ) |
Calls all destructors.
Definition at line 86 of file global_object.cpp.