Contains the provider information.
Syntax
typedef struct tagWPPROVINFO { DWORD dwSize; DWORD dwFlags; DWORD dwPriority; LPTSTR lpszProviderName; LPTSTR lpszProviderCLSID; LPTSTR lpszDllPath; } WPPROVINFO, *LPWPPROVINFO;
Members
- dwSize
- Size of the provider information structure, in bytes, including the string buffers for the name, CLSID, and DLL path.
- dwFlags
- Provider flags. Not currently used.
- dwPriority
- Integer that indicates the provider's priority. Zero is highest priority.
- lpszProviderName
- Friendly name of the provider.
- lpszProviderCLSID
- CLSID of the provider implementation object.
- lpszDllPath
- Fully qualified path of the DLL that contains the COM server for the provider.
Structure Information
Windows NT Use version 4.0 and later. Implemented as ANSI and Unicode structures. Windows Use Windows 95 and later. Implemented as ANSI and Unicode structures. Header Wptypes.h Minimum availability Internet Explorer 4.0