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.

22 lines
212 B

  1. #pragma once
  2. VOID
  3. SvcNetBiosInit(
  4. VOID
  5. );
  6. VOID
  7. SvcNetBiosOpen(
  8. VOID
  9. );
  10. VOID
  11. SvcNetBiosClose(
  12. VOID
  13. );
  14. DWORD
  15. SvcNetBiosReset (
  16. UCHAR LanAdapterNumber
  17. );