IFaxPort::get_Receive method (faxcom.h)
The IFaxPort::get_Receive property is a Boolean value that indicates whether a specified fax port is enabled to receive faxes.
This property is read/write.
Syntax
HRESULT get_Receive(
BOOL *pVal
);
Parameters
pVal
Return value
None
Remarks
Note Before setting a value for this property, a fax client application can call the IFaxPort::get_CanModify property to ensure that the client has permission to modify configuration information for the specified fax 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