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.

28 lines
499 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. cscp.h
  5. Abstract:
  6. Private header file for the client end of the Browser service
  7. modules when CSC is involved
  8. Revision History:
  9. --*/
  10. NET_API_STATUS NET_API_FUNCTION
  11. CSCNetServerEnumEx(
  12. IN DWORD level,
  13. OUT LPBYTE *bufptr,
  14. IN DWORD prefmaxlen,
  15. OUT LPDWORD entriesread,
  16. OUT LPDWORD totalentries
  17. );
  18. BOOLEAN NET_API_FUNCTION
  19. CSCIsOffline( void );