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\CurrentControlSet\Control\Print\Providers\<providername>", but this Parameter is ignored in "localspl.dll".

IMPLEMENTATION

Declared in "ddk/winsplp.h". https://source.winehq.org/source/include/ddk/winsplp.h

Implemented in "dlls/localspl/provider.c". https://source.winehq.org/source/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 Apr 2024.