Helpful to verify reports of your own downtime, or to double check a downed website you are trying to access.
One of a set of tools we are providing to everyone as a way of saying thank you for being a part of the community.
CComBSTR cb;
//...
__bstr_t bstr ( ( BSTR) cb;)
char* psz = ( char*) bstr;
if ( strstr ( psz, "GOTO)) {
// string found
}
'__bstr_t' is a powerful little helper class.