Windows NT 4.0 source code leak
 
 
 
 
 
 

15 lines
429 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;
}