Share via


IDebugDefaultPort2::QueryIsLocal

This method determines whether this port is on the local machine.

HRESULT QueryIsLocal(
   void
);
int QueryIsLocal();

Return Value

Returns S_OK if this port is local (on the same machine as the caller) or S_FALSE if the port is on another machine.

See Also

Reference

IDebugDefaultPort2