2025-04-27 07:49:33 -04:00

16 lines
444 B
Plaintext

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