InitializePrintProvidor(3w)
NAME
InitializePrintProvidor (LOCALSPL.@)
SYNOPSIS
BOOL InitializePrintProvidor ( LPPRINTPROVIDOR pPrintProvidor, DWORD cbPrintProvidor, LPWSTR pFullRegistryPath )
DESCRIPTION
Initialize the Printprovider.
PARAMS
pPrintProvidor [In] Buffer to fill with a struct PRINTPROVIDOR.
cbPrintProvidor [In] Size of Buffer in Bytes.
pFullRegistryPath [In] Registry-Path for the Printprovidor.
RETURNS
Success: TRUE and pPrintProvidor filled
Failure: FALSE.
NOTES
The RegistryPath should be: "SystemlPrintProviders<providername>", but this Parameter is ignored in "localspl.dll".
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/localspl/provider.c".
- Debug channel "localspl".