mirror of https://github.com/lianthony/NT4.0
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.
11 lines
520 B
11 lines
520 B
interface inetaccs
|
|
{
|
|
typedef [allocate(all_nodes)] LPINET_ACCS_CONFIG_INFO;
|
|
typedef [allocate(all_nodes)] LPINET_LOG_CONFIGURATION;
|
|
typedef [allocate(all_nodes)] LPINET_ACCS_STATISTICS_0;
|
|
typedef [allocate(all_nodes)] LPINET_ACCS_GLOBAL_CONFIG_INFO;
|
|
typedef [allocate(all_nodes)] LPINET_ACCS_DISK_CACHE_LOC_LIST;
|
|
typedef [allocate(all_nodes)] LPINET_ACCS_DISK_CACHE_LOC_ENTRY;
|
|
typedef [allocate(all_nodes)] LPINET_ACCS_DOMAIN_FILTER_LIST;
|
|
typedef [allocate(all_nodes)] LPINET_ACCS_DOMAIN_FILTER_ENTRY;
|
|
}
|