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.

18 lines
554 B

  1. [ implicit_handle( handle_t smtp_bhandle ) ]
  2. interface smtp
  3. {
  4. typedef [allocate(all_nodes)] LPSMTP_STATISTICS_0;
  5. typedef [allocate(all_nodes)] LPSMTP_CONFIG_INFO;
  6. typedef [allocate(all_nodes)] LPSMTP_CONFIG_DOMAIN_LIST;
  7. typedef [allocate(all_nodes)] LPSMTP_CONFIG_DOMAIN_ENTRY;
  8. typedef [allocate(all_nodes)] LPSMTP_CONFIG_ROUTING_LIST;
  9. typedef [allocate(all_nodes)] LPSMTP_CONFIG_ROUTING_ENTRY;
  10. typedef [allocate(all_nodes)] LPSMTP_CONN_USER_LIST;
  11. typedef [allocate(all_nodes)] LPSMTP_USER_PROPS;
  12. typedef [allocate(all_nodes)] LPSMTP_NAME_LIST;
  13. }