windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/nntp/nntpsvc.acf

18 lines
473 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
[ implicit_handle( handle_t nntp_bhandle ) ]
interface nntp
{
typedef [allocate(all_nodes)] LPI_NNTP_CONFIG_INFO;
typedef [allocate(all_nodes)] LPNNTP_STATISTICS_0;
typedef [allocate(all_nodes)] LPI_FEED_INFO;
typedef [allocate(all_nodes)] LPNNTP_SESSION_INFO;
typedef [allocate(all_nodes)] LPI_EXPIRE_INFO;
typedef [allocate(all_nodes)] LPI_NEWSGROUP_INFO;
typedef [allocate(all_nodes)] LPNNTP_FIND_LIST;
typedef [allocate(all_nodes)] LPI_NNTPBLD_INFO;
}