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

/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
cscp.h
Abstract:
Contains definitions used for accessing the CSC share database
--*/
//
// These functions are callouts from srvstub.c to the CSC subsystem. They help with
// offline access to servers and shares
//
NET_API_STATUS NET_API_FUNCTION
CSCNetWkstaGetInfo (
IN LPTSTR servername,
IN DWORD level,
OUT LPBYTE *bufptr
);