windows-nt/Source/XPSP1/NT/printscan/print/spooler/spoolss/idl/winspl.acf

15 lines
397 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
[ strict_context_handle,
implicit_handle( handle_t winspool_bhandle ) ]
interface winspool
{
typedef [allocate(all_nodes)] LPPRINTER_INFO_1W;
typedef [allocate(all_nodes)] LPPRINTER_INFO_2W;
typedef [allocate(all_nodes)] LPPRINTER_INFO_4W;
typedef [allocate(all_nodes)] LPJOB_INFO_1W;
typedef [allocate(all_nodes)] LPJOB_INFO_2W;
typedef [allocate(all_nodes)] LPDRIVER_INFO_1W;
}