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.

25 lines
454 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. cscp.h
  5. Abstract:
  6. Contains definitions used for accessing the CSC share database
  7. --*/
  8. //
  9. // These functions are callouts from srvstub.c to the CSC subsystem. They help with
  10. // offline access to servers and shares
  11. //
  12. NET_API_STATUS NET_API_FUNCTION
  13. CSCNetWkstaGetInfo (
  14. IN LPTSTR servername,
  15. IN DWORD level,
  16. OUT LPBYTE *bufptr
  17. );