mirror of https://github.com/tongzx/nt5src
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
18 lines
554 B
[ implicit_handle( handle_t smtp_bhandle ) ]
|
|
|
|
interface smtp
|
|
|
|
{
|
|
|
|
typedef [allocate(all_nodes)] LPSMTP_STATISTICS_0;
|
|
typedef [allocate(all_nodes)] LPSMTP_CONFIG_INFO;
|
|
typedef [allocate(all_nodes)] LPSMTP_CONFIG_DOMAIN_LIST;
|
|
typedef [allocate(all_nodes)] LPSMTP_CONFIG_DOMAIN_ENTRY;
|
|
typedef [allocate(all_nodes)] LPSMTP_CONFIG_ROUTING_LIST;
|
|
typedef [allocate(all_nodes)] LPSMTP_CONFIG_ROUTING_ENTRY;
|
|
typedef [allocate(all_nodes)] LPSMTP_CONN_USER_LIST;
|
|
typedef [allocate(all_nodes)] LPSMTP_USER_PROPS;
|
|
typedef [allocate(all_nodes)] LPSMTP_NAME_LIST;
|
|
|
|
}
|
|
|