windows-nt/Source/XPSP1/NT/net/sfm/afp/service/idl/afpsvc.acf

16 lines
429 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
[ implicit_handle( handle_t afpsvc_bhandle ) ]
interface afpsvc
{
typedef [allocate(all_nodes)] PAFP_VOLUME_INFO;
typedef [allocate(all_nodes)] PAFP_SESSION_INFO;
typedef [allocate(all_nodes)] PAFP_CONNECTION_INFO;
typedef [allocate(all_nodes)] PAFP_FILE_INFO;
typedef [allocate(all_nodes)] PAFP_DIRECTORY_INFO;
typedef [allocate(all_nodes)] PAFP_ETCMAP_INFO;
typedef [allocate(all_nodes)] PAFP_SERVER_INFO;
}