mirror of https://github.com/lianthony/NT4.0
18 lines
422 B
18 lines
422 B
/*
|
|
The ACF file contains RPC data and attributes that do not relate to
|
|
transmitted data.
|
|
*/
|
|
[ implicit_handle( handle_t winsif_Ifhandle ), nocode]
|
|
|
|
interface winsifb
|
|
{
|
|
include "winsimp.h";
|
|
typedef [allocate(all_nodes)] PWINSINTF_BROWSER_INFO_T;
|
|
[ code ] R_WinsGetBrowserNames_Old(
|
|
pNames
|
|
);
|
|
[ code ] R_WinsGetBrowserNames(
|
|
pWinsHdl,
|
|
pNames
|
|
);
|
|
}
|