Click to return to the Web Content Management home page    
Appendix A: Structures     WPSITEINFO Structure     Appendix A: Structures    
Web Workshop  |  Web Content Management

WPPROVINFO Structure


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 NTUse version 4.0 and later. Implemented as ANSI and Unicode structures.
WindowsUse Windows 95 and later. Implemented as ANSI and Unicode structures.
HeaderWptypes.h
Minimum availabilityInternet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.