HyperPlatform Programmer's Reference
Functions
global_object.h File Reference

Declares interfaces to global object functions. More...

#include <fltKernel.h>
Include dependency graph for global_object.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declares interfaces to global object functions.

Definition in file global_object.h.

Function Documentation

◆ GlobalObjectInitialization()

NTSTATUS GlobalObjectInitialization ( )

Calls all constructors and register all destructor.

Returns
STATUS_SUCCESS on success

Definition at line 75 of file global_object.cpp.

Here is the caller graph for this function:

◆ GlobalObjectTermination()

void GlobalObjectTermination ( )

Calls all destructors.

Definition at line 86 of file global_object.cpp.

Here is the caller graph for this function: