Leaked source code of windows server 2003
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.

48 lines
1.7 KiB

  1. [ strict_context_handle, implicit_handle( handle_t srvsvc_bhandle ) ]
  2. interface srvsvc
  3. {
  4. typedef [allocate(all_nodes)] LPCHARDEV_INFO_0;
  5. typedef [allocate(all_nodes)] LPCHARDEV_INFO_1;
  6. typedef [allocate(all_nodes)] LPCHARDEVQ_INFO_0;
  7. typedef [allocate(all_nodes)] LPCHARDEVQ_INFO_1;
  8. typedef [allocate(all_nodes)] LPCONNECTION_INFO_0;
  9. typedef [allocate(all_nodes)] LPCONNECTION_INFO_1;
  10. typedef [allocate(all_nodes)] LPFILE_INFO_2;
  11. typedef [allocate(all_nodes)] LPFILE_INFO_3;
  12. typedef [allocate(all_nodes)] LPSESSION_INFO_0;
  13. typedef [allocate(all_nodes)] LPSESSION_INFO_1;
  14. typedef [allocate(all_nodes)] LPSESSION_INFO_2;
  15. typedef [allocate(all_nodes)] LPSESSION_INFO_10;
  16. typedef [allocate(all_nodes)] LPSESSION_INFO_502;
  17. typedef [allocate(all_nodes)] LPSHARE_INFO_0;
  18. typedef [allocate(all_nodes)] LPSHARE_INFO_1;
  19. typedef [allocate(all_nodes)] LPSHARE_INFO_2;
  20. typedef [allocate(all_nodes)] LPSHARE_INFO_501;
  21. typedef [allocate(all_nodes)] LPSHARE_INFO_502_I;
  22. typedef [allocate(all_nodes)] LPSERVER_INFO_100;
  23. typedef [allocate(all_nodes)] LPSERVER_INFO_101;
  24. typedef [allocate(all_nodes)] LPSERVER_INFO_102;
  25. typedef [allocate(all_nodes)] LPSERVER_INFO_402;
  26. typedef [allocate(all_nodes)] LPSERVER_INFO_403;
  27. typedef [allocate(all_nodes)] LPSERVER_INFO_502;
  28. typedef [allocate(all_nodes)] LPSERVER_INFO_503;
  29. typedef [allocate(all_nodes)] LPSERVER_INFO_599;
  30. typedef [allocate(all_nodes)] LPDISK_INFO;
  31. typedef [allocate(all_nodes)] LPSERVER_TRANSPORT_INFO_0;
  32. typedef [allocate(all_nodes)] LPSERVER_TRANSPORT_INFO_1;
  33. typedef [allocate(all_nodes)] LPSERVER_TRANSPORT_INFO_2;
  34. typedef [allocate(all_nodes)] LPDFS_SITELIST_INFO;
  35. }
  36.