END_PARSE_MAP
END_PARSE_MAP( theClass )
Parameters
theClass
Specifies the name of the class that owns this parse map.
Remarks
Use the END_PARSE_MAP macro to end the definition of your parse map. It must be used in conjunction with BEGIN_PARSE_MAP.
See ON_PARSE_COMMAND for a parse map example.
See Also BEGIN_PARSE_MAP, ON_PARSE_COMMAND, ON_PARSE_COMMAND_PARAMS, DEFAULT_PARSE_COMMAND, CHttpServer