Skip to content

Commit

Permalink
chore(win32-api): update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 20, 2022
1 parent b557303 commit c2c672f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/win32-api/src/lib/winspool/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ export interface Win32Fns {
) => M.BOOL


/**
* @docs https://docs.microsoft.com/en-us/windows/win32/printdocs/openprinter
* @docs https://docs.microsoft.com/zh-cn/windows/win32/printdocs/openprinter
*/
OpenPrinterW: (
pPrinterName: M.LPTSTR,
phPrinter: M.LPHANDLE,
Expand Down

0 comments on commit c2c672f

Please sign in to comment.