IDebugCoreServer3::QueryIsLocal

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Determines if the server is local to the caller.

Syntax

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.

See also