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.
15 lines
444 B
15 lines
444 B
[ 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;
|
|
|
|
}
|