IFaxJobs::get_Count method (faxcom.h)
The IFaxJobs::get_Count method returns the number of queued fax jobs associated with the connected fax server.
Syntax
HRESULT get_Count(
[out] long *pVal
);
Parameters
[out] pVal
Type: LONG*
A pointer to a LONG that receives the number of fax jobs associated with the connected fax server.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
After calling the IFaxJobs::get_Count method, a fax client application can call the IFaxJobs::get_Item method to retrieve interface pointers to one or more FaxJob objects.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | faxcom.h |
DLL | Faxcom.dll |
See also
Fax Service Client API Interfaces