AFS_BindFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:AFS_BindFlags Enumeration}}
 
{{#customTitle:AFS_BindFlags Enumeration}}
{{#parentPage:PXV:AFS|AFS_BindFlags Enumeration|enum}}
+
{{#parentPage:PXV:AFS_Enumerations|AFS_BindFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 10: Line 11:
 
<pre class="brush:cpp;gutter:false">enum AFS_BindFlags
 
<pre class="brush:cpp;gutter:false">enum AFS_BindFlags
 
{
 
{
     AFS_Bind_ReadOnly  = 1;
+
     AFS_Bind_ReadOnly  = 1,
     AFS_Bind_CreateNew = 2;
+
     AFS_Bind_CreateNew = 2,
     AFS_Bind_DIPath    = 4;
+
     AFS_Bind_DIPath    = 4,
 
};
 
};
 
</pre>
 
</pre>
Line 23: Line 24:
 
;AFS_Bind_DIPath
 
;AFS_Bind_DIPath
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 07:45, 23 May 2015


Specifies the ...

Syntax

enum AFS_BindFlags
{
    AFS_Bind_ReadOnly  = 1,
    AFS_Bind_CreateNew = 2,
    AFS_Bind_DIPath    = 4,
};

Constants

AFS_Bind_ReadOnly
The ...
AFS_Bind_CreateNew
The ...
AFS_Bind_DIPath
The ...