InitializePrintProvidor.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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: "SystemCurrentControlSetControlPrintProviders<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 "dlls/localspl/localspl_main.c".

Debug channel "localspl".