windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/nntp/nntpsvc.acf
2020-09-26 16:20:57 +08:00

18 lines
473 B
Plaintext

[ 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;
}