PXV_AppTypeFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">enum PXV_AppTypeFlags
 
<pre class="brush:cpp;gutter:false">enum PXV_AppTypeFlags
 
{
 
{
     PXV_AppType_Editor       = 0,
+
     PXV_AppType_Editor         = 0,
     PXV_AppType_BrowserPlugin = 1,
+
     PXV_AppType_BrowserPlugin = 1,
     PXV_AppType_SDK           = 2,
+
     PXV_AppType_SDK           = 2,
     PXV_AppType_Tools         = 3,
+
     PXV_AppType_Tools         = 3,
     PXV_AppType_TypeMask     = 15,
+
     PXV_AppType_TypeMask       = 15,
     PXV_AppType_Installed     = 16,
+
     PXV_AppType_Installed     = 16,
     PXV_AppType_Portable     = 32,
+
     PXV_AppType_Portable       = 32,
     PXV_AppType_IEPlugin     = 128,
+
     PXV_AppType_IEPlugin       = 128,
 +
    PXV_AppType_BrowserControl = 256,
 
};
 
};
 
</pre>
 
</pre>
Line 38: Line 39:
 
:The ...
 
:The ...
 
;PXV_AppType_IEPlugin
 
;PXV_AppType_IEPlugin
 +
:The ...
 +
;PXV_AppType_BrowserControl
 
:The ...
 
:The ...

Latest revision as of 02:00, 21 August 2019


Specifies the ...

Syntax

enum PXV_AppTypeFlags
{
    PXV_AppType_Editor         = 0,
    PXV_AppType_BrowserPlugin  = 1,
    PXV_AppType_SDK            = 2,
    PXV_AppType_Tools          = 3,
    PXV_AppType_TypeMask       = 15,
    PXV_AppType_Installed      = 16,
    PXV_AppType_Portable       = 32,
    PXV_AppType_IEPlugin       = 128,
    PXV_AppType_BrowserControl = 256,
};

Constants

PXV_AppType_Editor
The ...
PXV_AppType_BrowserPlugin
The ...
PXV_AppType_SDK
The ...
PXV_AppType_Tools
The ...
PXV_AppType_TypeMask
The ...
PXV_AppType_Installed
The ...
PXV_AppType_Portable
The ...
PXV_AppType_IEPlugin
The ...
PXV_AppType_BrowserControl
The ...