LINEPROVIDERENTRY
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.
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
OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.
See Also
lineGetProviderList | LINEPROVIDERLIST
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.