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".
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/localspl/localspl_main.c". source.winehq.org/source/dlls/localspl/localspl_main.c
Debug channel "localspl".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.