Skip to main content

which API's are called from PC_ routines

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

PC_PRINTER_OPEN

PC_PRINTER_SET_DEFAULT        

PC_PRINTER_INFO

PC_PRINTER_GET_FONT

PC_PRINTER_SET_FONT

PC_PRINTER_WRITE

PC_PRINTER_CONTROL

PC_PRINTER_CLOSE

You may wish to know which API's are called from the PC_ routines...

Resolution:

To see the API's used, drop to a Net Express command prompt and change directory to the Net Express\\base\\bin folder and run the command

LINK -DUMP -IMPORTS CBLPRNT.DLL

Old KB# 6986