Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.