The AddPrintProvidor function installs a local printer provider and links the configuration, data, and provider files. Future releases of Windows may allow remote installation of printer providers.
BOOL AddPrintProvidor (
LPTSTR pName, |
// pointer to server name |
DWORD Level, |
// provider information structure level |
LPBYTE pProvidorInfo |
// pointer to provider information structure |
); |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Before an application calls the AddPrintProvidor function, all files required by the provider must be copied to the SYSTEM32 directory.
A provider added by AddPrintProvidor may be removed by calling DeletePrintProvidor.