FaxDevShutdown function (faxdev.h)
The fax service calls the FaxDevShutdown function to notify the fax service provider (FSP) that the service is about to unload the FSP's DLL. FaxDevShutdown releases the global resources allocated by the FaxDevInitialize function.
Exporting the FaxDevShutdown function is optional.
Syntax
HRESULT FaxDevShutdown();
Return value
Type: HRESULT
If the function succeeds, the return value is S_OK.
If the function fails, the return value is E_FAIL.
Remarks
The fax service always unloads the FSP's DLL, even if the FSP returns failure in response to this function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxdev.h |