BOOL InitializePrintProvidor(
  LPPRINTPROVIDOR pPrintProvider,   /* address of entry point table */
  DWORD           cbPrintProvider,  /* size of entry point table    */
                                    /* in bytes                     */
  LPSTR           pFullRegistryPath
);
 Fills a table of entry points for a print provider.
| pPrintProvider | Points to a PRINTPROVIDOR structure that the Network Print Provider must fill out with entry points to all its API handling routines. | 
| cbPrintProvider | Size, in bytes, of the buffer pointed to by pPrintProvider. | 
| pFullRegistryPath | Points to an ASCIIZ string containing the full registry path to the print provider being initialized. |