LINEPROVIDERENTRY (Windows CE 5.0)

Send Feedback

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 {DWORDdwPermanentProviderID;DWORDdwProviderFilenameSize;DWORDdwProviderFilenameOffset;} 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.