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.

28 lines
1.1 KiB

  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. typedef [allocate(all_nodes)] PADDR;
  21. typedef [allocate(all_nodes)] PIPV6ADDR;
  22. typedef [allocate(all_nodes)] PCERT_ROOT_CONFIG;
  23. typedef [allocate(all_nodes)] PMM_CERT_INFO;
  24. typedef [allocate(all_nodes)] PMM_GENERAL_AUTH_INFO;
  25. typedef [allocate(all_nodes)] PSPD_POLICY_STATE;
  26. }