Windows2003-3790/ds/netapi/svcdlls/dfs/dfssrv.acf
2020-09-30 16:53:55 +02:00

16 lines
517 B
Plaintext

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