IFaxStatus::get_Receive method (faxcom.h)
Retrieves the Receive property for the FaxStatus object of a parent FaxPort object. The Receive property is a Boolean value that indicates whether a specified fax port is currently receiving a fax.
This property is read-only.
Syntax
HRESULT get_Receive(
BOOL *pVal
);
Parameters
pVal
Return value
None
Remarks
To determine if a specified port is currently sending a fax, you can call the IFaxStatus::get_Send method.
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