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
28 lines
499 B
/*++
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
cscp.h
|
|
|
|
Abstract:
|
|
|
|
Private header file for the client end of the Browser service
|
|
modules when CSC is involved
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
NET_API_STATUS NET_API_FUNCTION
|
|
CSCNetServerEnumEx(
|
|
IN DWORD level,
|
|
OUT LPBYTE *bufptr,
|
|
IN DWORD prefmaxlen,
|
|
OUT LPDWORD entriesread,
|
|
OUT LPDWORD totalentries
|
|
);
|
|
|
|
BOOLEAN NET_API_FUNCTION
|
|
CSCIsOffline( void );
|