windows-nt/Source/XPSP1/NT/printscan/print/spooler/spoolss/idl/winspl.acf
2020-09-26 16:20:57 +08:00

15 lines
397 B
Plaintext

[ 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;
}