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