mirror of https://github.com/lianthony/NT4.0
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.
17 lines
386 B
17 lines
386 B
/*
|
|
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(dont_free)] PWINSINTF_BROWSER_INFO_T;
|
|
[notify] R_WinsGetBrowserNames();
|
|
[optimize("i")] R_WinsStatusNew();
|
|
}
|
|
/* [enable_allocate] R_WinsGetDbRecs();
|
|
[enable_allocate] R_WinsGetDbRecsByName();
|
|
*/
|
|
|