The LINEEXTENSIONID structure describes an extension identifier. Extension IDs are used to identify service provider-specific extensions for line devices.
typedef struct lineextensionid_tag {
DWORD dwExtensionID0;
DWORD dwExtensionID1;
DWORD dwExtensionID2;
DWORD dwExtensionID3;
} LINEEXTENSIONID, FAR *LPLINEEXTENSIONID;
No extensions.
Extension identifiers are generated using an SDK-provided generation utility.
Version: Use TAPI version 1.4 and later.
Header: Declared in tapi.h.