Leaked source code of windows server 2003
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.

16 lines
392 B

  1. /*
  2. The ACF file contains RPC data and attributes that do not relate to
  3. transmitted data.
  4. */
  5. [ implicit_handle( handle_t winsif_Ifhandle )]
  6. interface winsif
  7. {
  8. typedef [allocate(all_nodes)] PWINSINTF_BROWSER_INFO_T;
  9. typedef [allocate(all_nodes)] PWINSINTF_RECORD_ACTION_T;
  10. }
  11. /*
  12. [enable_allocate] R_WinsGetDbRecs();
  13. [enable_allocate] R_WinsGetDbRecsByName();
  14. */