source: trunk/src/wnetap32/oslibnet.h@ 5280

Last change on this file since 5280 was 4394, checked in by phaller, 25 years ago

.

File size: 1.0 KB
Line 
1/* $Id */
2/*
3 * Wrappers for OS/2 Netbios/Network/LAN API
4 *
5 * Copyright 2000 Patrick Haller (patrick.haller@innotek.de)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11#ifndef __OSLIBNET_H__
12#define __OSLIBNET_H__
13
14DWORD OSLibNetWkstaGetInfo (const unsigned char * pszServer,
15 unsigned long ulLevel,
16 unsigned char * pbBuffer,
17 unsigned long ulBuffer,
18 unsigned long * pulTotalAvail);
19
20DWORD OSLibNetStatisticsGet(const unsigned char * pszServer,
21 const unsigned char * pszService,
22 unsigned long ulReserved,
23 unsigned long ulLevel,
24 unsigned long flOptions,
25 unsigned char * pbBuffer,
26 unsigned long ulBuffer,
27 unsigned long * pulTotalAvail);
28
29#endif
Note: See TracBrowser for help on using the repository browser.