Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
397 B

  1. [ strict_context_handle,
  2. implicit_handle( handle_t winspool_bhandle ) ]
  3. interface winspool
  4. {
  5. typedef [allocate(all_nodes)] LPPRINTER_INFO_1W;
  6. typedef [allocate(all_nodes)] LPPRINTER_INFO_2W;
  7. typedef [allocate(all_nodes)] LPPRINTER_INFO_4W;
  8. typedef [allocate(all_nodes)] LPJOB_INFO_1W;
  9. typedef [allocate(all_nodes)] LPJOB_INFO_2W;
  10. typedef [allocate(all_nodes)] LPDRIVER_INFO_1W;
  11. }