LINEPROVIDERENTRY
A version of this page is also available for
4/8/2010
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 |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |