IDebugCoreServer3::QueryIsLocal
Determines if the server is local to the caller.
HRESULT QueryIsLocal(
void
);
int QueryIsLocal();
Return Value
Returns S_OK to indicate the server is local. Returns S_FALSE if the server is running from an instance of msvsmon.exe, which is typically used for remote debugging.