Skip to content

Commit

Permalink
chore(win32-def): update type of DATATYPES_INFO_1, PRINTPROCESSOR_INFO_1
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 24, 2022
1 parent e4a6253 commit c7cb8bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/win32-def/src/lib/struct/winspool.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { DEVMODEW } from './wingdi.types.js'
* @docs https://docs.microsoft.com/en-us/windows/win32/printdocs/datatypes-info-1
*/
export interface DATATYPES_INFO_1 extends StructInstanceBase {
pName: Buffer
pName: WCHAR_String
}
export type PDATATYPES_INFO_1 = _POINTER

Expand All @@ -34,7 +34,7 @@ export type PDOC_INFO_1 = _POINTER
* @docs https://docs.microsoft.com/zh-cn/windows/win32/printdocs/printprocessor-info-1
*/
export interface PRINTPROCESSOR_INFO_1 extends StructInstanceBase {
pName: Buffer
pName: WCHAR_String
}
export type PPRINTPROCESSOR_INFO_1 = _POINTER

Expand Down

0 comments on commit c7cb8bd

Please sign in to comment.