InitializePrintProvidor (LOCALSPL.@)
BOOL InitializePrintProvidor ( LPPRINTPROVIDOR pPrintProvidor, DWORD cbPrintProvidor, LPWSTR pFullRegistryPath )
Initialize the Printprovider.
pPrintProvidor | [In] | Buffer to fill with a struct PRINTPROVIDOR. |
cbPrintProvidor | [In] | Size of Buffer in Bytes. |
pFullRegistryPath | [In] | Registry-Path for the Printprovidor. |
Success: TRUE and pPrintProvidor filled
Failure: FALSE.
The RegistryPath should be: "System\CurrentControlSet\Control\Print\Providers\<providername>", but this Parameter is ignored in "localspl.dll".
Declared in "include/ddk/winsplp.h". gitlab.winehq.org/wine/wine/blob/master/include/ddk/winsplp.h
Implemented in "dlls/localspl/provider.c". gitlab.winehq.org/wine/wine/blob/master/dlls/localspl/provider.c
Debug channel "localspl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.