IFaxPort::get_CanModify method (faxcom.h)

The IFaxPort::get_CanModify property is a Boolean value that indicates whether the user has permission to modify configuration information for the fax port.

This property is read-only.

Syntax

HRESULT get_CanModify(
  BOOL *pVal
);

Parameters

pVal

Return value

None

Remarks

To ensure that the client has permission to modify the specified fax port, a fax client application can call the IFaxPort::get_CanModify property before calling any method that begins with IFaxPort::put_. For more information, see Fax Device Management.

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

Fax Service Client API for Windows 2000

IFaxPort

IFaxPorts