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.

15 lines
444 B

  1. [ implicit_handle( handle_t afpsvc_bhandle ) ]
  2. interface afpsvc
  3. {
  4. typedef [allocate(all_nodes)] PAFP_VOLUME_INFO;
  5. typedef [allocate(all_nodes)] PAFP_SESSION_INFO;
  6. typedef [allocate(all_nodes)] PAFP_CONNECTION_INFO;
  7. typedef [allocate(all_nodes)] PAFP_FILE_INFO;
  8. typedef [allocate(all_nodes)] PAFP_DIRECTORY_INFO;
  9. typedef [allocate(all_nodes)] PAFP_ETCMAP_INFO;
  10. typedef [allocate(all_nodes)] PAFP_SERVER_INFO;
  11. }