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 10: 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,
 
};
 
};
 
</pre>
 
</pre>

Revision as of 11:08, 8 May 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 ...