AFS_String2NameFlags Enumeration

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

Revision as of 10:36, 8 May 2015


Specifies the ...

Syntax

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

Constants

AFS_String2Name_DIPath
The ...
AFS_String2Name_Test
The ...

See Also

See also ...