IDebugPortSupplier3::CanPersistPorts
This method determines whether the port supplier can persist ports (by writing them to disk) between invocations of the debugger.
HRESULT CanPersistPorts();
int CanPersistPorts();
Parameters
None.
Return Value
S_OK if ports can be persisted, or S_FALSE to indicate that ports cannot be persisted.
Remarks
If the port supplier can persist ports, it should do so when it is destroyed and then reload them when it is instantiated once again.