PXC_ReplyType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_ReplyType Enumeration}}
 
{{#customTitle:PXC_ReplyType Enumeration}}
 +
{{#parentPage:PXV:PXC|PXC_ReplyType Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXC_ReplyType
 
<pre class="brush:cpp;gutter:false">enum PXC_ReplyType
 
{
 
{
     RT_None = 0;
+
     RT_None   = 0;
     RT_Reply = 1;
+
     RT_Reply = 1;
     RT_State = 2;
+
     RT_State = 2;
     RT_Group = 3;
+
     RT_Group = 3;
 
     _RT_Last_ = 4;
 
     _RT_Last_ = 4;
 
};
 
};

Revision as of 07:01, 23 April 2015


Specifies the ...

Syntax

enum PXC_ReplyType
{
    RT_None   = 0;
    RT_Reply  = 1;
    RT_State  = 2;
    RT_Group  = 3;
    _RT_Last_ = 4;
};

Constants

RT_None
The ...
RT_Reply
The ...
RT_State
The ...
RT_Group
The ...
_RT_Last_
The ...

See Also

See also ...