Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

53 lines
832 B

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
MSERVER.H
Abstract:
Contains mapping functions to present netcmd with versions
of the Net32 APIs which use ASCII instead of Unicode.
This module maps the NetServer APIs.
Author:
Shanku Niyogi (W-ShankN) 15-Oct-1991
Environment:
User Mode - Win32
Revision History:
15-Oct-1991 W-ShankN
Separated from port1632.h, 32macro.h
02-Apr-1992 beng
Added xport apis
--*/
DWORD
MNetServerEnum(
LPTSTR pszServer,
DWORD nLevel,
LPBYTE * ppbBuffer,
DWORD * pcEntriesRead,
DWORD flServerType,
LPTSTR pszDomain
);
DWORD
MNetServerGetInfo(
LPTSTR ptszServer,
DWORD nLevel,
LPBYTE * ppbBuffer
);
DWORD
MNetServerSetInfoLevel2(
LPBYTE pbBuffer
);