home *** CD-ROM | disk | FTP | other *** search
-
- /*
-
- Copyright (c) 1990-1993 Microsoft Corporation
-
- Module Name:
-
- lmbrowsr.h
-
- Abstract:
-
- This file contains information about browser stubbed versions of the
- NetServer APIs.
- Function Prototypes
- Data Structures
- Definition of special values
-
- Notes:
-
- You must include NETCONS.H before this file, since this file depends
- on values defined in NETCONS.H.
-
- --*/
-
- #ifndef _LMBROWSR_
- #define _LMBROWSR_
-
-
- //
- // Function Prototypes - SERVER
- //
-
- NET_API_STATUS NET_API_FUNCTION
- I_BrowserServerEnum (
- IN LPTSTR servername OPTIONAL,
- IN LPTSTR transport OPTIONAL,
- IN DWORD level,
- OUT LPBYTE *bufptr,
- IN DWORD prefmaxlen,
- OUT LPDWORD entriesread,
- OUT LPDWORD totalentries,
- IN DWORD servertype,
- IN LPTSTR domain OPTIONAL,
- IN OUT LPDWORD resume_handle OPTIONAL
- );
-
-
- NET_API_STATUS
- I_BrowserQueryOtherDomains (
- IN LPTSTR servername OPTIONAL,
- OUT LPBYTE *bufptr,
- OUT LPDWORD entriesread,
- OUT LPDWORD totalentries
- );
-
- #endif // _LMBROWSR_
-