Line | |
---|
1 | /* $Id: iphlpapi.cpp,v 1.1 2001-05-24 17:35:34 sandervl Exp $ */
|
---|
2 | /*
|
---|
3 | * IPHLPAPI library
|
---|
4 | *
|
---|
5 | */
|
---|
6 |
|
---|
7 | #include <os2win.h>
|
---|
8 | #include <odinwrap.h>
|
---|
9 | #include <winversion.h>
|
---|
10 |
|
---|
11 |
|
---|
12 | //******************************************************************************
|
---|
13 | //******************************************************************************
|
---|
14 | DWORD WIN32API GetAdaptersInfo(DWORD arg1, DWORD arg2)
|
---|
15 | {
|
---|
16 | dprintf(("GetAdaptersInfo %x %x - STUB", arg1, arg2));
|
---|
17 | return ERROR_NOT_SUPPORTED; //NT returns this
|
---|
18 | }
|
---|
19 | //******************************************************************************
|
---|
20 | //******************************************************************************
|
---|
21 | DWORD WIN32API GetNetworkParams(DWORD arg1, DWORD arg2)
|
---|
22 | {
|
---|
23 | dprintf(("GetNetworkParams %x %x - STUB", arg1, arg2));
|
---|
24 | return ERROR_NOT_SUPPORTED; //NT returns this
|
---|
25 | }
|
---|
26 | //******************************************************************************
|
---|
27 | //******************************************************************************
|
---|
Note:
See
TracBrowser
for help on using the repository browser.