WindowsXP/net/wins/server/msc/winsif.acf
2025-04-27 07:49:33 -04:00

11 lines
241 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
}