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.

24 lines
813 B

  1. [ implicit_handle( handle_t winipsec_bhandle ),
  2. strict_context_handle ]
  3. interface winipsec
  4. {
  5. typedef [allocate(all_nodes)] PIPSEC_MM_POLICY;
  6. typedef [allocate(all_nodes)] PIPSEC_MM_OFFER;
  7. typedef [allocate(all_nodes)] PMM_AUTH_METHODS;
  8. typedef [allocate(all_nodes)] PIPSEC_MM_AUTH_INFO;
  9. typedef [allocate(all_nodes)] PIPSEC_QM_POLICY;
  10. typedef [allocate(all_nodes)] PIPSEC_QM_OFFER;
  11. typedef [allocate(all_nodes)] PMM_FILTER;
  12. typedef [allocate(all_nodes)] PTRANSPORT_FILTER;
  13. typedef [allocate(all_nodes)] PTUNNEL_FILTER;
  14. typedef [allocate(all_nodes)] PIPSEC_MM_SA;
  15. typedef [allocate(all_nodes)] PIPSEC_BYTE_BLOB;
  16. typedef [allocate(all_nodes)] PIPSEC_STATISTICS;
  17. typedef [allocate(all_nodes)] PIPSEC_QM_SA;
  18. typedef [allocate(all_nodes)] PIPSEC_QM_FILTER;
  19. typedef [allocate(all_nodes)] PIPSEC_INTERFACE_INFO;
  20. }