AFS_String2NameFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:AFS_String2NameFlags Enumeration}} | {{#customTitle:AFS_String2NameFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:AFS_Enumerations|AFS_String2NameFlags|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | 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 | + | AFS_String2Name_Test = 2, |
+ | AFS_String2Name_FullTest = 4, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 20: | Line 22: | ||
;AFS_String2Name_Test | ;AFS_String2Name_Test | ||
:The ... | :The ... | ||
− | + | ;AFS_String2Name_FullTest | |
− | + | :The ... | |
− | + |
Latest revision as of 03: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 ...