2 * MPR Multinet functions
7 #include "debugtools.h"
9 DEFAULT_DEBUG_CHANNEL(mpr);
12 /*****************************************************************
13 * MultinetGetConnectionPerformanceA [MPR.25]
17 * Failure: ERROR_NOT_SUPPORTED, ERROR_NOT_CONNECTED,
18 * ERROR_NO_NET_OR_BAD_PATH, ERROR_BAD_DEVICE,
19 * ERROR_BAD_NET_NAME, ERROR_INVALID_PARAMETER,
20 * ERROR_NO_NETWORK, ERROR_EXTENDED_ERROR
22 DWORD WINAPI MultinetGetConnectionPerformanceA(
23 LPNETRESOURCEA lpNetResource,
24 LPNETCONNECTINFOSTRUCT lpNetConnectInfoStruct )
26 FIXME( "(%p, %p): stub\n", lpNetResource, lpNetConnectInfoStruct );
28 SetLastError(WN_NO_NETWORK);
32 /*****************************************************************
33 * MultinetGetConnectionPerformanceW [MPR.26]
35 DWORD WINAPI MultinetGetConnectionPerformanceW(
36 LPNETRESOURCEW lpNetResource,
37 LPNETCONNECTINFOSTRUCT lpNetConnectInfoStruct )
39 FIXME( "(%p, %p): stub\n", lpNetResource, lpNetConnectInfoStruct );
41 SetLastError(WN_NO_NETWORK);
45 /*****************************************************************
46 * MultinetGetErrorTextA [MPR.27]
48 DWORD WINAPI MultinetGetErrorTextA( DWORD x, DWORD y, DWORD z )
50 FIXME( "(%lx, %lx, %lx): stub\n", x, y, z );
54 /*****************************************************************
55 * MultinetGetErrorTextW [MPR.28]
57 DWORD WINAPI MultinetGetErrorTextW( DWORD x, DWORD y, DWORD z )
59 FIXME( "(%lx, %lx, %lx ): stub\n", x, y, z );