Previous Topic: WGN_MSGSCHEMATYPENext Topic: Selected Process Results


WGN_MESSAGETYPE

The WGN_MESSAGETYPE enumeration indicates the type of the TCP message.

Note: This enumeration uses the MAJOR/MINOR/SUBTYPE schema outlined above.

typedef emum tagWGN_MESSAGETYPE
{
	WGNMSG_EXTERNALAGENT_REQ	= 0x10001000,
	WGNMSG_EXTERNALAGENT_RSP	= 0x10002000,
	WGNMSG_EXTERNALAGENT_CMP	= 0x10003000,
	WGNMSG_EXTERNALAGENT_CAN	= 0x10004000,
	WGNMSG_DISTRIBUTOR_RSP	= 0x01FFF000,
	WGNMSG_SOCKETAGENT_RSP	= 0x10FFF000
}
WGN_MESSAGETYPE