FaxStatus.Refresh method
The Refresh method updates FaxStatus object information for the associated parent FaxPort object.
Syntax
FaxStatus.Refresh() As Long
Parameters
This method has no parameters.
Remarks
Call the Refresh method to update the information for a FaxStatus object. An application must call this method to poll a fax port for new status information. After you successfully call Refresh, you must call the appropriate IFaxStatus interface method to retrieve new attribute values that are valid.
It is recommended that you limit calls to this method because frequent calls to Refresh can affect system performance.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also