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.

19 lines
731 B

  1. [ implicit_handle( handle_t ncpsvc_handle )]
  2. interface ncpsvc
  3. {
  4. typedef [allocate(all_nodes)] PNWSERVERINFO;
  5. typedef [allocate(all_nodes)] PNWVOLUMEINFO;
  6. typedef [allocate(all_nodes)] PNWCONNECTIONINFO;
  7. typedef [allocate(all_nodes)] PNWVOLUMECONNINFO;
  8. typedef [allocate(all_nodes)] PNWFILEINFO;
  9. typedef [allocate(all_nodes)] PFPNWSERVERINFO;
  10. typedef [allocate(all_nodes)] PFPNWVOLUMEINFO;
  11. typedef [allocate(all_nodes)] PFPNWCONNECTIONINFO;
  12. typedef [allocate(all_nodes)] PFPNWVOLUMECONNINFO;
  13. typedef [allocate(all_nodes)] PFPNWFILEINFO;
  14. typedef [allocate(all_nodes)] PFPNWVOLUMEINFO_2;
  15. typedef [allocate(all_nodes)] PFPNWVOLUMEINFO_2_I;
  16. typedef [allocate(all_nodes)] LPVOLUME_INFO;
  17. }
  18.