AFS_String2NameFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:AFS_String2NameFlags Enumeration}}
 
{{#customTitle:AFS_String2NameFlags Enumeration}}
{{#parentPage:PXV:AFS_Enumerations|AFS_String2NameFlags Enumeration|enum}}
+
{{#parentPage:PXV:AFS_Enumerations|AFS_String2NameFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
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 ...