IFaxStatus::get_DeviceId method (faxcom.h)
Retrieves the DeviceId property for the FaxStatus object of a parent FaxPort object. The DeviceId property is a number representing the permanent line identifier for the fax port.
This property is read-only.
Syntax
HRESULT get_DeviceId(
long *pVal
);
Parameters
pVal
Return value
None
Remarks
It is possible for multiple fax ports to have the same user-friendly name. You can use the DeviceId property to uniquely identify a fax port, and thereby associate a FaxStatus object with a FaxPort object.
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