IFaxRoutingMethod::get_Enable method (faxcom.h)
The IFaxRoutingMethod::get_Enable property is a Boolean value that indicates whether a fax routing method is enabled on a particular fax port.
This property is read/write.
Syntax
HRESULT get_Enable(
BOOL *pVal
);
Parameters
pVal
Return value
None
Remarks
If a fax client application passes a value of TRUE to the IFaxRoutingMethod::get_Enable property, the property enables the routing method for inbound faxes on the parent port.
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