ADS_FAXNUMBER structure (iads.h)

The ADS_FAXNUMBER structure is an ADSI representation of the Facsimile Telephone Number attribute syntax.

Syntax

typedef struct __MIDL___MIDL_itf_ads_0000_0000_0013 {
  LPWSTR TelephoneNumber;
  DWORD  NumberOfBits;
  LPBYTE Parameters;
} ADS_FAXNUMBER, *PADS_FAXNUMBER;

Members

TelephoneNumber

The null-terminated Unicode string value that contains the telephone number of the facsimile (fax) machine.

NumberOfBits

The number of data bits.

Parameters

Optional parameters for the fax machine.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header iads.h

See also

ADSI Structures