AFS_CloseFileFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:AFS_CloseFileFlags Enumeration}} | {{#customTitle:AFS_CloseFileFlags Enumeration}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:AFS_Enumerations|AFS_CloseFileFlags|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum AFS_CloseFileFlags | <pre class="brush:cpp;gutter:false">enum AFS_CloseFileFlags | ||
{ | { | ||
− | AFS_CloseFile_AllowUI = 1 | + | AFS_CloseFile_AllowUI = 1, |
− | AFS_CloseFile_CheckIn = 2 | + | AFS_CloseFile_CheckIn = 2, |
− | AFS_CloseFile_DiscardCheckOut = 4 | + | AFS_CloseFile_DiscardCheckOut = 4, |
}; | }; | ||
</pre> | </pre> | ||
Line 23: | Line 24: | ||
;AFS_CloseFile_DiscardCheckOut | ;AFS_CloseFile_DiscardCheckOut | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 06:45, 23 May 2015
Specifies the ...
Syntax
enum AFS_CloseFileFlags { AFS_CloseFile_AllowUI = 1, AFS_CloseFile_CheckIn = 2, AFS_CloseFile_DiscardCheckOut = 4, };
Constants
- AFS_CloseFile_AllowUI
- The ...
- AFS_CloseFile_CheckIn
- The ...
- AFS_CloseFile_DiscardCheckOut
- The ...