You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import {
winspoolGetDefaultPrinter,
winspoolOpenPrinter,
} from "win32-api/fun";
import { apiDef } from "win32-api/winspool";
I obtained the printer and handle through WinspoolGetDefPrinter and WinspoolOpenPrinter, but when calling apiDef WritePrinter doesn't get a function, can you tell me why
The text was updated successfully, but these errors were encountered:
import {
winspoolGetDefaultPrinter,
winspoolOpenPrinter,
} from "win32-api/fun";
import { apiDef } from "win32-api/winspool";
I obtained the printer and handle through WinspoolGetDefPrinter and WinspoolOpenPrinter, but when calling apiDef WritePrinter doesn't get a function, can you tell me why
The text was updated successfully, but these errors were encountered: