#include "p6err.h"
#include "p6comdef.h"
#include "p6errorinfo.h"
#include "p6runtimeapi.h"
#include "p6comhlpr.h"
#include "p6comptr.h"
#include "p6runtimeif.h"
#include "p6datastream.h"
Go to the source code of this file.
Namespaces | |
P6R | |
Macros | |
#define | P6ASSERT(x) |
Typedefs | |
typedef P6R::P6ERR(* | P6R::P6CLEANUPLOADER )() |
typedef P6R::P6ERR(* | P6R::P6INITIALIZELOADER )(P6R::p6IDataStream *pLogSink, P6R::P6INT32 nVerbosity, P6SCLF fFlags) |
typedef P6UINT32 | P6R::P6SCLF |
Functions | |
P6API P6R::P6ERR | P6R::p6CleanupLoader () |
P6API P6R::P6ERR | P6R::p6InitializeLoader (P6R::p6IDataStream *pLogSink, P6R::P6INT32 nVerbosity, P6SCLF fFlags) |
Variables | |
const P6SCLF | P6R::P6SCLF_ALLLOG = (P6SCLF_DBGLOG|P6SCLF_INFLOG|P6SCLF_WRNLOG) |
const P6SCLF | P6R::P6SCLF_DBGLOG = 0x00000002 |
const P6SCLF | P6R::P6SCLF_INFLOG = 0x00000004 |
const P6SCLF | P6R::P6SCLF_LOADALL = 0x00000001 |
const P6SCLF | P6R::P6SCLF_NOFLAGS = 0x00000000 |
const P6SCLF | P6R::P6SCLF_NOUNLOAD = 0x00000010 |
const P6SCLF | P6R::P6SCLF_WRNLOG = 0x00000008 |
p6Loader - Standalone Component Loader definitions
Definition in file p6loader.h.