FAX_DEVICE_RECEIVE_MODE_ENUM enumeration (faxcomex.h)

The FAX_DEVICE_RECEIVE_MODE_ENUM enumeration defines the way a device answers an incoming call.

Syntax

typedef enum FAX_DEVICE_RECEIVE_MODE_ENUM {
  fdrmNO_ANSWER = 0,
  fdrmAUTO_ANSWER,
  fdrmMANUAL_ANSWER
} ;

Constants

 
fdrmNO_ANSWER
Value: 0
The device will not answer the call.
fdrmAUTO_ANSWER
The device will automatically answer the call.
fdrmMANUAL_ANSWER
The device will answer the call only if made to do so manually.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header faxcomex.h

See also

ReceiveMode