Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This structure describes a list of service providers. A structure of this type is returned by the lineGetProviderListfunction. The LINEPROVIDERLISTstructure can contain an array of LINEPROVIDERENTRYstructures.
Syntax
typedef struct lineproviderlist_tag { DWORD dwTotalSize; DWORD dwNeededSize; DWORD dwUsedSize; DWORD dwNumProviders; DWORD dwProviderListSize; DWORD dwProviderListOffset; } LINEPROVIDERLIST, FAR* LPLINEPROVIDERLIST; |
Members
- dwTotalSize
-
Total size allocated to this data structure, in bytes.
- dwNeededSize
-
Size for this data structure that is needed to hold all the returned information, in bytes.
- dwUsedSize
-
Size of the portion of this data structure that contains useful information, in bytes.
- dwNumProviders
-
Number of LINEPROVIDERENTRYstructures present in the array denominated by the dwProviderListSizeand dwProviderListOffsetmembers.
- dwProviderListSize
-
Size of the provider list array, in bytes.
- dwProviderListOffset
-
Offset from the beginning of this structure to an array of LINEPROVIDERENTRYelements, which provide the information on each service provider. The size of the array is specified by the dwProviderListSizemember.
Remarks
This structure may not be extended.
Requirements
Header | tapi.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |