AFS_Name2StringFlags 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_Name2StringFlags Enumeration}} | {{#customTitle:AFS_Name2StringFlags Enumeration}} | ||
+ | {{#parentPage:PXV:AFS_Enumerations|AFS_Name2StringFlags|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum AFS_Name2StringFlags | <pre class="brush:cpp;gutter:false">enum AFS_Name2StringFlags | ||
{ | { | ||
− | AFS_Name2String_DIPath = 1 | + | AFS_Name2String_DIPath = 1, |
− | AFS_Name2String_DIPathNoDrive = 2 | + | AFS_Name2String_DIPathNoDrive = 2, |
− | AFS_Name2String_URL = 4 | + | AFS_Name2String_URL = 4, |
+ | AFS_Name2String_ForDisplay = 8, | ||
}; | }; | ||
</pre> | </pre> | ||
Line 22: | Line 25: | ||
;AFS_Name2String_URL | ;AFS_Name2String_URL | ||
:The ... | :The ... | ||
− | + | ;AFS_Name2String_ForDisplay | |
− | + | :The ... | |
− | + |
Latest revision as of 00:54, 15 March 2016
Specifies the ...
Syntax
enum AFS_Name2StringFlags { AFS_Name2String_DIPath = 1, AFS_Name2String_DIPathNoDrive = 2, AFS_Name2String_URL = 4, AFS_Name2String_ForDisplay = 8, };
Constants
- AFS_Name2String_DIPath
- The ...
- AFS_Name2String_DIPathNoDrive
- The ...
- AFS_Name2String_URL
- The ...
- AFS_Name2String_ForDisplay
- The ...