LicensedToNH |
Top Previous Next |
SOAP LicensedToNH( &aName, &aErrorMsg );
REST /LicensedToNH resturns Name, ErrorMsg
Description: LicensedToNH() returns the name of the registered licensee of Crash Magic without requiring a "handle" or login.
&aName is populated with a string representing the licensee. The output will be similar to: "City of Anchorage, AK". &aErrorMsg is populated only if an error occurred that prevented the function from succeeding. Otherwise, this parameter is empty.
Example: LicensedToNH( lName, lErrorMsg ); |