LINEPROVIDERENTRY
The 
LINEPROVIDERENTRY structure provides the information for a single service provider entry. An
array of these structures is returned as part of the 
LINEPROVIDERLIST structure returned by the function 
lineGetProviderList. 
typedef struct lineproviderentry_tag {
    DWORD  dwPermanentProviderID;
    DWORD  dwProviderFilenameSize;
    DWORD  dwProviderFilenameOffset;
} LINEPROVIDERENTRY, FAR *LPLINEPROVIDERENTRY;   
 
Members
dwPermanentProviderID 
The permanent provider ID of the entry. 
dwProviderFilenameSize 
dwProviderFilenameOffset 
The size in bytes and the offset in bytes from the beginning of the 
LINEPROVIDERLIST structure of a null-terminated ASCII string containing the filename (path) of
the service provider DLL (.TSP) file. 
 
Remarks
Not extensible. 
See Also
lineGetProviderList, 
LINEPROVIDERLIST
			
				- Software for developers
				
 - 
				Delphi Components
				.Net Components
				Software for Android Developers
				 - More information resources
				
 - 
				MegaDetailed.Net
				Unix Manual Pages
				Delphi Examples