Platform SDK: TAPI |
The LINEEXTENSIONID structure describes an extension identifier. Extension identifiers are used to identify service provider-specific extensions for line devices. Multiple functions use this structure, including the lineNegotiateAPIVersion function and the TSPI_lineGetExtensionID function.
typedef struct lineextensionid_tag { DWORD dwExtensionID0; DWORD dwExtensionID1; DWORD dwExtensionID2; DWORD dwExtensionID3; } LINEEXTENSIONID, FAR *LPLINEEXTENSIONID;
This structure may not be extended.
Extension identifiers are generated using an SDK-provided generation utility.
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later.
Version: Requires TAPI 1.4 or later.
Header: Declared in Tapi.h.