IFaxRoutingMethods::get_Count method (faxcom.h)
The IFaxRoutingMethods::get_Count returns the number of fax routing methods associated with a FaxPort object.
Syntax
HRESULT get_Count(
[out] long *pVal
);
Parameters
[out] pVal
Type: LONG*
A pointer to a LONG that receives the number of routing methods associated with this fax port.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
After calling the IFaxRoutingMethods::get_Count method, a fax client application can call the IFaxRoutingMethods::get_Item method to retrieve interface pointers to one or more FaxRoutingMethod 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