PXV_InstStateFlags Enumeration

From PDF XChange PDF SDK
Revision as of 03:41, 1 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

enum PXV_InstStateFlags
{
    PXV_InstState_Initializing        = 1;
    PXV_InstState_Initialized         = 2;
    PXV_InstState_ShuttingDown        = 4;
    PXV_InstState_ShutDown            = 8;
    PXV_InstState_LoadingPlugins      = 16;
    PXV_InstState_PluginsLoaded       = 32;
    PXV_InstState_RegisteringExts     = 64;
    PXV_InstState_ExtsRegistered      = 128;
    PXV_InstState_PluginsInitializing = 256;
    PXV_InstState_PluginsInitialized  = 512;
    PXV_InstState_SettingsExporting   = 4096;
};

Constants

PXV_InstState_Initializing
The ...
PXV_InstState_Initialized
The ...
PXV_InstState_ShuttingDown
The ...
PXV_InstState_ShutDown
The ...
PXV_InstState_LoadingPlugins
The ...
PXV_InstState_PluginsLoaded
The ...
PXV_InstState_RegisteringExts
The ...
PXV_InstState_ExtsRegistered
The ...
PXV_InstState_PluginsInitializing
The ...
PXV_InstState_PluginsInitialized
The ...
PXV_InstState_SettingsExporting
The ...

See Also

See also ...