PXV_AppTypeFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 10: Line 10:
 
<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_IEPlugin      = 128;
+
     PXV_AppType_IEPlugin      = 128,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:09, 8 May 2015


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_IEPlugin      = 128,
};

Constants

PXV_AppType_Editor
The ...
PXV_AppType_BrowserPlugin
The ...
PXV_AppType_SDK
The ...
PXV_AppType_Tools
The ...
PXV_AppType_TypeMask
The ...
PXV_AppType_IEPlugin
The ...

See Also

See also ...