AFS_String2NameFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">enum AFS_String2NameFlags
 
<pre class="brush:cpp;gutter:false">enum AFS_String2NameFlags
 
{
 
{
     AFS_String2Name_DIPath = 1,
+
     AFS_String2Name_DIPath   = 1,
     AFS_String2Name_Test   = 2,
+
     AFS_String2Name_Test     = 2,
 +
    AFS_String2Name_FullTest = 4,
 
};
 
};
 
</pre>
 
</pre>
Line 20: Line 21:
 
:The ...
 
:The ...
 
;AFS_String2Name_Test
 
;AFS_String2Name_Test
 +
:The ...
 +
;AFS_String2Name_FullTest
 
:The ...
 
:The ...

Latest revision as of 04:16, 20 February 2017


Specifies the ...

Syntax

enum AFS_String2NameFlags
{
    AFS_String2Name_DIPath   = 1,
    AFS_String2Name_Test     = 2,
    AFS_String2Name_FullTest = 4,
};

Constants

AFS_String2Name_DIPath
The ...
AFS_String2Name_Test
The ...
AFS_String2Name_FullTest
The ...