Scroll to navigation

InitializePrintProvidor(3w) Wine API 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: "System
 

IMPLEMENTATION

Declared in "ddk/winsplp.h".
Implemented in "dlls/localspl/provider.c".
Debug channel "localspl".
Oct 2012 Wine API