This function will setup a new RSP_parseData structure which may be passed to any of the other parse functions. If szHost is not an IP address then a DNS lookup will be performed. There are three functions which will collect data. At that time a connection will be made to the History Listener specified by the host and port given to this function. The three functions are:
RSP_getHostsAndModules
RSP_getKeys
RSP_parseBegin
See these functions for more details. Also RSP_remoteUseSSL may be called to have SSL communication be used for all connections.
This function will return a new RSP_parseData structure. Be sure to call RSP_parseDelete to free this structure when you are done with it.