E
eb
Hi 2 all,
I am trying to utilize API in ACCESS 2000 to access the printers.
Was told to use WinSpool.DRV thus:
Declare Function ENumPrinters Lib "winspool.drv" Alias "ENumPrintersA" (ByVal flags As Long, ByVal name As String, __
ByVal Level As Long,pPrinterEnum As Long, ByVal cdBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long
Const PRINTER_ENUM_LOCAL = &H2
But I get error
CAN'T FIND DLL ENTRY POINT ENumPrintersA in WinSpool.DRV
Was also told to rename WinSpool.DRV to WinSpool.dll - did not work..
Anybody has any idea
Many Thanks
eb
I am trying to utilize API in ACCESS 2000 to access the printers.
Was told to use WinSpool.DRV thus:
Declare Function ENumPrinters Lib "winspool.drv" Alias "ENumPrintersA" (ByVal flags As Long, ByVal name As String, __
ByVal Level As Long,pPrinterEnum As Long, ByVal cdBuf As Long, pcbNeeded As Long, pcReturned As Long) As Long
Const PRINTER_ENUM_LOCAL = &H2
But I get error
CAN'T FIND DLL ENTRY POINT ENumPrintersA in WinSpool.DRV
Was also told to rename WinSpool.DRV to WinSpool.dll - did not work..
Anybody has any idea
Many Thanks
eb