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.

17 lines
473 B

  1. [ implicit_handle( handle_t nntp_bhandle ) ]
  2. interface nntp
  3. {
  4. typedef [allocate(all_nodes)] LPI_NNTP_CONFIG_INFO;
  5. typedef [allocate(all_nodes)] LPNNTP_STATISTICS_0;
  6. typedef [allocate(all_nodes)] LPI_FEED_INFO;
  7. typedef [allocate(all_nodes)] LPNNTP_SESSION_INFO;
  8. typedef [allocate(all_nodes)] LPI_EXPIRE_INFO;
  9. typedef [allocate(all_nodes)] LPI_NEWSGROUP_INFO;
  10. typedef [allocate(all_nodes)] LPNNTP_FIND_LIST;
  11. typedef [allocate(all_nodes)] LPI_NNTPBLD_INFO;
  12. }