Share via


LINEPROVIDERENTRY (Compact 2013)

3/26/2014

This structure provides the information for a single service provider entry. The LINEPROVIDERLIST structure, which is returned by the lineGetProviderList function, returns an array of LINEPROVIDERENTRY structures.

Syntax

typedef struct lineproviderentry_tag {
  DWORD dwPermanentProviderID;
  DWORD dwProviderFilenameSize;
  DWORD dwProviderFilenameOffset;
} LINEPROVIDERENTRY, FAR* LPLINEPROVIDERENTRY; 

Members

  • dwPermanentProviderID
    Permanent provider identifier of the entry.
  • dwProviderFilenameSize
    Size of the provider file name string, including the null terminator, in bytes.
  • dwProviderFilenameOffset
    Offset from the beginning of the LINEPROVIDERLIST structure to a null-terminated string containing the file name (path) of the service provider DLL (.TSP) file. The size of the string is specified by dwProviderFilenameSize.

Remarks

These structure cannot be extended.

Requirements

Header

tapi.h

See Also

Reference

TAPI Structures
lineGetProviderList
LINEPROVIDERLIST