windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/dfs/dfscli.acf

16 lines
502 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
[ implicit_handle( handle_t netdfs_bhandle ) ]
interface netdfs
{
typedef [allocate(all_nodes)] LPDFS_INFO_1;
typedef [allocate(all_nodes)] LPDFS_INFO_2;
typedef [allocate(all_nodes)] LPDFS_INFO_3;
typedef [allocate(all_nodes)] LPDFS_INFO_4;
typedef [allocate(all_nodes)] LPDFS_INFO_100;
typedef [allocate(all_nodes)] LPDFS_INFO_200;
typedef [allocate(all_nodes)] LPDFS_INFO_300;
typedef [allocate(all_nodes)] LPDFSM_RELATION_INFO;
typedef [allocate(all_nodes)] LPDFSM_ROOT_LIST;
}