FaxServer.Disconnect method
The Disconnect method terminates a fax client application's connection to a fax server.
Syntax
FaxServer.Disconnect() As Long
Parameters
This method has no parameters.
Remarks
A call to the Disconnect method attempts to terminate a server connection made by a previous call to the Connect method.
In addition to calling the Disconnect method, an application must also call the IUnknown::Release method to allow each object to deallocate itself.
For more information, see Connecting to a Fax Server and Disconnecting from a Fax Server.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also