AFS_BindContextFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:AFS_BindContextFlags Enumeration}}
 
{{#customTitle:AFS_BindContextFlags Enumeration}}
 +
{{#parentPage:PXV:AFS_Enumerations|AFS_BindContextFlags|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum AFS_BindContextFlags
 
<pre class="brush:cpp;gutter:false">enum AFS_BindContextFlags
 
{
 
{
     AFS_BindContext_NoUI = 1;
+
     AFS_BindContext_NoUI = 1,
 
};
 
};
 
</pre>
 
</pre>
Line 14: Line 18:
 
;AFS_BindContext_NoUI
 
;AFS_BindContext_NoUI
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 07:45, 23 May 2015


Specifies the ...

Syntax

enum AFS_BindContextFlags
{
    AFS_BindContext_NoUI = 1,
};

Constants

AFS_BindContext_NoUI
The ...