windows-nt/Source/XPSP1/NT/net/wins/server/msc/winsif.acf
2020-09-26 16:20:57 +08:00

11 lines
231 B
Plaintext

[ implicit_handle( handle_t winsif_Ifhandle )]
interface winsif
{
typedef [allocate(dont_free)] PWINSINTF_BROWSER_INFO_T;
[notify_flag] R_WinsGetBrowserNames();
#if !defined(_WIN64)
[optimize("if")] R_WinsStatusNew();
#endif
}