windows-nt/Source/XPSP1/NT/net/wins/rpc/winsif.acf

17 lines
376 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
The ACF file contains RPC data and attributes that do not relate to
transmitted data.
*/
[ implicit_handle( handle_t winsif_Ifhandle )]
interface winsif
{
typedef [allocate(all_nodes)] PWINSINTF_BROWSER_INFO_T;
typedef [allocate(all_nodes)] PWINSINTF_RECORD_ACTION_T;
}
/*
[enable_allocate] R_WinsGetDbRecs();
[enable_allocate] R_WinsGetDbRecsByName();
*/