Changeset 1589 for trunk/src


Ignore:
Timestamp:
Nov 4, 1999, 11:32:36 AM (26 years ago)
Author:
phaller
Message:

Add: undocumented function stubs

Location:
trunk/src/mpr
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mpr/MPR.CPP

    r584 r1589  
    1 /* $Id: MPR.CPP,v 1.4 1999-08-19 16:52:23 phaller Exp $ */
     1/* $Id: MPR.CPP,v 1.5 1999-11-04 10:32:35 phaller Exp $ */
    22
    33/*
     
    2323#include <heapstring.h>
    2424#include <misc.h>
    25 #include "mpr.h"
     25#include <winnetwk.h>
    2626
    2727// Undocumented Stuff
    2828// MPR.DLL of Windows NT
    2929
    30 // MultinetGetConnectionPerformanceA
    31 // MultinetGetConnectionPerformanceW
    3230// MultinetGetErrorTextA
    3331// MultinetGetErrorTextW
     
    6866// WNetSetConnectionA
    6967// WNetSetConnectionW
    70 // WNetSetLastErrorA      PH: implemented
    71 // WNetSetLastErrorW      PH: implemented
    7268// WNetSupportGlobalEnum
    73 // WNetUseConnectionA
    74 // WNetUseConnectionW
    7569
    7670
     
    8680} MPRGLOBALS;
    8781
     82
     83/*****************************************************************************
     84 * Purpose:    The MultinetGetConnectionPerformance finctuion returns information
     85 *             about the expected performance of a connection used to access a
     86 *             network resource.
     87 * Parameters: LPNETRESOURCEA            lpNetResource
     88 *             LPNETCONNECTIONINFOSTRUCT lpNetConnectInfoStruct
     89 * Variables :
     90 * Result    : API-Returncode
     91 * Remark    : not documented
     92 * Status    : UNTESTED
     93 *
     94 * Author    : Patrick Haller [Thu, 1999/11/04 19:55]
     95 *****************************************************************************/
     96
     97ODINFUNCTION2(DWORD,                  MultinetGetConnectionPerformanceA,
     98              LPNETRESOURCEA,         lpNetResource,
     99              LPNETCONNECTINFOSTRUCT, lpNetConnectInfoStruct)
     100{
     101  dprintf(("MPR:MultinetGetConnectionPerformanceA not implemented.\n"));
     102  return (ERROR_NO_NETWORK);
     103}
     104
     105
     106/*****************************************************************************
     107 * Purpose:    The MultinetGetConnectionPerformance finctuion returns information
     108 *             about the expected performance of a connection used to access a
     109 *             network resource.
     110 * Parameters: LPNETRESOURCEW            lpNetResource
     111 *             LPNETCONNECTIONINFOSTRUCT lpNetConnectInfoStruct
     112 * Variables :
     113 * Result    : API-Returncode
     114 * Remark    : not documented
     115 * Status    : UNTESTED
     116 *
     117 * Author    : Patrick Haller [Thu, 1999/11/04 19:55]
     118 *****************************************************************************/
     119
     120ODINFUNCTION2(DWORD,                  MultinetGetConnectionPerformanceW,
     121              LPNETRESOURCEW,         lpNetResource,
     122              LPNETCONNECTINFOSTRUCT, lpNetConnectInfoStruct)
     123{
     124  dprintf(("MPR:MultinetGetConnectionPerformanceW not implemented.\n"));
     125  return (ERROR_NO_NETWORK);
     126}
    88127
    89128
     
    106145 *****************************************************************************/
    107146
    108 ODINFUNCTION4(DWORD, OS2WNetAddConnection2A,
     147ODINFUNCTION4(DWORD, WNetAddConnection2A,
    109148              LPNETRESOURCEA, lpNetResource,
    110149              LPCSTR, lpPassword,
     
    135174 *****************************************************************************/
    136175
    137 ODINFUNCTION4(DWORD, OS2WNetAddConnection2W,
     176ODINFUNCTION4(DWORD, WNetAddConnection2W,
    138177              LPNETRESOURCEW, lpNetResource,
    139178              LPCWSTR, lpPassword,
     
    166205 *****************************************************************************/
    167206
    168 ODINFUNCTION5(DWORD, OS2WNetAddConnection3A,
     207ODINFUNCTION5(DWORD, WNetAddConnection3A,
    169208              HWND, hwndOwner,
    170209              LPNETRESOURCEA, lpNetResource,
     
    197236 *****************************************************************************/
    198237
    199 ODINFUNCTION5(DWORD, OS2WNetAddConnection3W,
     238ODINFUNCTION5(DWORD, WNetAddConnection3W,
    200239              HWND, hwndOwner,
    201240              LPNETRESOURCEW, lpNetResource,
     
    224263 *****************************************************************************/
    225264
    226 ODINFUNCTION3(DWORD, OS2WNetAddConnectionA,
     265ODINFUNCTION3(DWORD, WNetAddConnectionA,
    227266              LPCSTR, lpRemoteName,
    228267              LPCSTR, lpPassword,
     
    249288 *****************************************************************************/
    250289
    251 ODINFUNCTION3(DWORD, OS2WNetAddConnectionW,
     290ODINFUNCTION3(DWORD, WNetAddConnectionW,
    252291              LPCWSTR, lpRemoteName,
    253292              LPCWSTR, lpPassword,
     
    275314 *****************************************************************************/
    276315
    277 ODINFUNCTION3(DWORD, OS2WNetCancelConnection2A,
     316ODINFUNCTION3(DWORD, WNetCancelConnection2A,
    278317              LPTSTR, lpszName,
    279318              DWORD, fdwConnection,
     
    301340 *****************************************************************************/
    302341
    303 ODINFUNCTION3(DWORD, OS2WNetCancelConnection2W,
     342ODINFUNCTION3(DWORD, WNetCancelConnection2W,
    304343              LPWSTR, lpszName,
    305344              DWORD, fdwConnection,
     
    324363 *****************************************************************************/
    325364
    326 ODINFUNCTION2(DWORD, OS2WNetCancelConnectionA,
     365ODINFUNCTION2(DWORD, WNetCancelConnectionA,
    327366              LPTSTR, lpszName,
    328367              BOOL, fForce)
     
    346385 *****************************************************************************/
    347386
    348 ODINFUNCTION2(DWORD, OS2WNetCancelConnectionW,
     387ODINFUNCTION2(DWORD, WNetCancelConnectionW,
    349388              LPWSTR, lpszName,
    350389              BOOL, fForce)
     
    368407 *****************************************************************************/
    369408
    370 ODINFUNCTION1(DWORD, OS2WNetCloseEnum,
     409ODINFUNCTION1(DWORD, WNetCloseEnum,
    371410              HANDLE, hEnum)
    372411{
     
    389428 *****************************************************************************/
    390429
    391 ODINFUNCTION2(DWORD, OS2WNetConnectionDialog,
     430ODINFUNCTION2(DWORD, WNetConnectionDialog,
    392431              HWND, hwnd,
    393432              DWORD, fdwResourceType)
     
    411450 *****************************************************************************/
    412451
    413 ODINFUNCTION2(DWORD, OS2WNetDisconnectDialog,
     452ODINFUNCTION2(DWORD, WNetDisconnectDialog,
    414453              HWND, hwnd,
    415454              DWORD, fdwResourceType)
     
    435474 *****************************************************************************/
    436475
    437 ODINFUNCTION4(DWORD, OS2WNetEnumResourceA,
     476ODINFUNCTION4(DWORD, WNetEnumResourceA,
    438477              HANDLE, hEnum,
    439478              LPDWORD, lpcEntries,
     
    461500 *****************************************************************************/
    462501
    463 ODINFUNCTION4(DWORD, OS2WNetEnumResourceW,
     502ODINFUNCTION4(DWORD, WNetEnumResourceW,
    464503              HANDLE, hEnum,
    465504              LPDWORD, lpcEntries,
     
    486525 *****************************************************************************/
    487526
    488 ODINFUNCTION3(DWORD, OS2WNetGetConnectionA,
     527ODINFUNCTION3(DWORD, WNetGetConnectionA,
    489528              LPTSTR, lpszLocalName,
    490529              LPTSTR, lpszRemoteName,
     
    510549 *****************************************************************************/
    511550
    512 ODINFUNCTION3(DWORD, OS2WNetGetConnectionW,
     551ODINFUNCTION3(DWORD, WNetGetConnectionW,
    513552              LPWSTR, lpszLocalName,
    514553              LPWSTR, lpszRemoteName,
     
    536575 *****************************************************************************/
    537576
    538 ODINFUNCTION5(DWORD, OS2WNetGetLastErrorA,
     577ODINFUNCTION5(DWORD, WNetGetLastErrorA,
    539578              LPDWORD, lpdwErrorCode,
    540579              LPTSTR, lpszDescription,
     
    580619 *****************************************************************************/
    581620
    582 ODINFUNCTION5(DWORD, OS2WNetGetLastErrorW,
     621ODINFUNCTION5(DWORD, WNetGetLastErrorW,
    583622              LPDWORD, lpdwErrorCode,
    584623              LPWSTR, lpszDescription,
     
    630669 *****************************************************************************/
    631670
    632 ODINFUNCTION4(DWORD, OS2WNetGetResourceInformationA,
     671ODINFUNCTION4(DWORD, WNetGetResourceInformationA,
    633672              LPNETRESOURCEA, lpNetResource,
    634673              LPVOID, lpBuffer,
     
    664703 *****************************************************************************/
    665704
    666 ODINFUNCTION4(DWORD, OS2WNetGetResourceInformationW,
     705ODINFUNCTION4(DWORD, WNetGetResourceInformationW,
    667706              LPNETRESOURCEW, lpNetResource,
    668707              LPVOID, lpBuffer,
     
    696735 *****************************************************************************/
    697736
    698 ODINFUNCTION3(DWORD, OS2WNetGetResourceParentA,
     737ODINFUNCTION3(DWORD, WNetGetResourceParentA,
    699738              LPNETRESOURCEA, lpNetResource,
    700739              LPVOID, lpBuffer,
     
    722761 *****************************************************************************/
    723762
    724 ODINFUNCTION3(DWORD, OS2WNetGetResourceParentW,
     763ODINFUNCTION3(DWORD, WNetGetResourceParentW,
    725764              LPNETRESOURCEW, lpNetResource,
    726765              LPVOID, lpBuffer,
     
    748787 *****************************************************************************/
    749788
    750 ODINFUNCTION4(DWORD, OS2WNetGetUniversalNameA,
     789ODINFUNCTION4(DWORD, WNetGetUniversalNameA,
    751790              LPCSTR, lpLocalPath,
    752791              DWORD, dwInfoLevel,
     
    775814 *****************************************************************************/
    776815
    777 ODINFUNCTION4(DWORD, OS2WNetGetUniversalNameW,
     816ODINFUNCTION4(DWORD, WNetGetUniversalNameW,
    778817              LPCWSTR, lpLocalPath,
    779818              DWORD, dwInfoLevel,
     
    800839 *****************************************************************************/
    801840
    802 ODINFUNCTION3(DWORD, OS2WNetGetUserA,
     841ODINFUNCTION3(DWORD, WNetGetUserA,
    803842              LPTSTR, lpszLocalName,
    804843              LPTSTR, lpszUserName,
     
    824863 *****************************************************************************/
    825864
    826 ODINFUNCTION3(DWORD, OS2WNetGetUserW,
     865ODINFUNCTION3(DWORD, WNetGetUserW,
    827866              LPWSTR, lpszLocalName,
    828867              LPWSTR, lpszUserName,
     
    850889 *****************************************************************************/
    851890
    852 ODINFUNCTION5(DWORD, OS2WNetOpenEnumA,
     891ODINFUNCTION5(DWORD, WNetOpenEnumA,
    853892              DWORD, fdwScope,
    854893              DWORD, fdwType,
     
    878917 *****************************************************************************/
    879918
    880 ODINFUNCTION5(DWORD, OS2WNetOpenEnumW,
     919ODINFUNCTION5(DWORD, WNetOpenEnumW,
    881920              DWORD, fdwScope,
    882921              DWORD, fdwType,
     
    904943 *****************************************************************************/
    905944
    906 ODINFUNCTION3(DWORD, OS2WNetSetLastErrorA,
     945ODINFUNCTION3(DWORD, WNetSetLastErrorA,
    907946              DWORD, dwErrorCode,
    908947              LPTSTR, lpszDescription,
     
    930969 *****************************************************************************/
    931970
    932 ODINFUNCTION3(DWORD, OS2WNetSetLastErrorW,
     971ODINFUNCTION3(DWORD, WNetSetLastErrorW,
    933972              DWORD, dwErrorCode,
    934973              LPWSTR, lpszDescription,
     
    941980
    942981
     982/*****************************************************************************
     983 * Purpose:    The WNetUSeConnectionA function is used to establish a connection
     984 *             to a network object, especially for browsing. The function may
     985 *             optionally prompt the user for login or authentification.
     986 * Parameters: HWND           hwndOwner
     987 *             LPNETRESOURCEA lpNetResource
     988 *             LPSTR          lpPassword
     989 *             LPSTR          lpUserID
     990 *             DWORD          dwFlags
     991 *             LPSTR          lpAccessName
     992 *             LPDWORD        lpBufferSize
     993 *             LPDWORD        lpResult
     994 * Variables :
     995 * Result    : API-Returncode
     996 * Remark    : not documented
     997 * Status    : UNTESTED
     998 *
     999 * Author    : Patrick Haller [Thu, 1999/11/04 19:55]
     1000 *****************************************************************************/
     1001
     1002ODINFUNCTION8(DWORD,         WNetUseConnectionA,
     1003              HWND,          hwndOwner,
     1004              LPNETRESOURCEA,lpNetResource,
     1005              LPSTR,         lpPassword,
     1006              LPSTR,         lpUserID,
     1007              DWORD,         dwFlags,
     1008              LPSTR,         lpAccessName,
     1009              LPDWORD,       lpBufferSize,
     1010              LPDWORD,       lpResult)
     1011{
     1012  dprintf(("MPR:WNetUseConnectionA not implemented.\n"));
     1013  return (ERROR_NO_NETWORK);
     1014}
     1015
     1016
     1017/*****************************************************************************
     1018 * Purpose:    The WNetUSeConnectionW function is used to establish a connection
     1019 *             to a network object, especially for browsing. The function may
     1020 *             optionally prompt the user for login or authentification.
     1021 * Parameters: HWND           hwndOwner
     1022 *             LPNETRESOURCEW lpNetResource
     1023 *             LPWSTR         lpPassword
     1024 *             LPWSTR         lpUserID
     1025 *             DWORD          dwFlags
     1026 *             LPWSTR         lpAccessName
     1027 *             LPDWORD        lpBufferSize
     1028 *             LPDWORD        lpResult
     1029 * Variables :
     1030 * Result    : API-Returncode
     1031 * Remark    : not documented
     1032 * Status    : UNTESTED
     1033 *
     1034 * Author    : Patrick Haller [Thu, 1999/11/04 19:55]
     1035 *****************************************************************************/
     1036
     1037ODINFUNCTION8(DWORD,         WNetUseConnectionW,
     1038              HWND,          hwndOwner,
     1039              LPNETRESOURCEW,lpNetResource,
     1040              LPWSTR,        lpPassword,
     1041              LPWSTR,        lpUserID,
     1042              DWORD,         dwFlags  ,
     1043              LPWSTR,        lpAccessName,
     1044              LPDWORD,       lpBufferSize,
     1045              LPDWORD,       lpResult)
     1046{
     1047  dprintf(("MPR:WNetUseConnectionW not implemented.\n"));
     1048  return (ERROR_NO_NETWORK);
     1049}
     1050
  • trunk/src/mpr/MPR.DEF

    r97 r1589  
    1 ; $Id: MPR.DEF,v 1.2 1999-06-10 17:06:06 phaller Exp $
     1; $Id: MPR.DEF,v 1.3 1999-11-04 10:32:36 phaller Exp $
    22
    33;Created by BLAST for IBMs compiler
     
    88EXPORTS
    99
    10 ; MultinetGetConnectionPerformanceA@1  = _OS2MultinetGetConnectionPerformanceA@?? @1
    11 ; MultinetGetConnectionPerformanceW@2  = _OS2MultinetGetConnectionPerformanceW@?? @2
    12 ; MultinetGetErrorTextA@3              = _OS2MultinetGetErrorTextA@??             @3
    13 ; MultinetGetErrorTextW@4              = _OS2MultinetGetErrorTextW@??             @4
    14 ; RestoreConnectionA0@5                = _OS2RestoreConnectionA0@??               @5
    15   WNetAddConnection2A                  = _OS2WNetAddConnection2A@16               @6
    16   WNetAddConnection2W                  = _OS2WNetAddConnection2W@16               @7
    17   WNetAddConnection3A                  = _OS2WNetAddConnection3A@20               @8
    18   WNetAddConnection3W                  = _OS2WNetAddConnection3W@20               @9
    19   WNetAddConnectionA                   = _OS2WNetAddConnectionA@12                @10
    20   WNetAddConnectionW                   = _OS2WNetAddConnectionW@12                @11
    21   WNetCancelConnection2A               = _OS2WNetCancelConnection2A@12            @12
    22   WNetCancelConnection2W               = _OS2WNetCancelConnection2W@12            @13
    23   WNetCancelConnectionA                = _OS2WNetCancelConnectionA@8              @14
    24   WNetCancelConnectionW                = _OS2WNetCancelConnectionW@8              @15
    25 ; WNetClearConnections                 = _OS2WNetClearConnections@??              @16
    26   WNetCloseEnum                        = _OS2WNetCloseEnum@4                      @17
    27 ; WNetConnectionDialog1A               = _OS2WNetConnectionDialog1A@??            @18
    28 ; WNetConnectionDialog1W               = _OS2WNetConnectionDialog1W@??            @19
    29 ; WNetConnectionDialog2                = _OS2WNetConnectionDialog2@??             @20
    30   WNetConnectionDialog                 = _OS2WNetConnectionDialog@8               @21
    31 ; WNetDirectoryNotifyA                 = _OS2WNetDirectoryNotifyA@??              @22
    32 ; WNetDirectoryNotifyW                 = _OS2WNetDirectoryNotifyW@??              @23
    33 ; WNetDisconnectDialog1A               = _OS2WNetDisconnectDialog1A@??            @24
    34 ; WNetDisconnectDialog1W               = _OS2WNetDisconnectDialog1W@??            @25
    35 ; WNetDisconnectDialog2                = _OS2WNetDisconnectDialog2@??             @26
    36   WNetDisconnectDialog                 = _OS2WNetDisconnectDialog@8               @27
    37   WNetEnumResourceA                    = _OS2WNetEnumResourceA@16                 @28
    38   WNetEnumResourceW                    = _OS2WNetEnumResourceW@16                 @29
    39 ; WNetFMXEditPerm                      = _OS2WNetFMXEditPerm@??                   @30
    40 ; WNetFMXGetPermCaps                   = _OS2WNetFMXGetPermCaps@??                @31
    41 ; WNetFMXGetPermHelp                   = _OS2WNetFMXGetPermHelp@??                @32
    42 ; WNetFormatNetworkNameA               = _OS2WNetGetNetworkNameA@??               @33
    43 ; WNetFormatNetworkNameW               = _OS2WNetGetNetworkNameW@??               @34
    44 ; WNetGetConnection2A                  = _OS2WNetGetConnection2A@??               @35
    45 ; WNetGetConnection2W                  = _OS2WNetGetConnection2W@??               @36
    46 ; WNetGetConnection3A                  = _OS2WNetGetConnection3A@??               @37
    47 ; WNetGetConnection3W                  = _OS2WNetGetConnection3W@??               @38
    48   WNetGetConnectionA                   = _OS2WNetGetConnectionA@12                @39
    49   WNetGetConnectionW                   = _OS2WNetGetConnectionW@12                @40
    50 ; WNetGetDirectoryTypeA                = _OS2WNetGetDirectoryTypeA@??             @41
    51 ; WNetGetDirectoryTypeW                = _OS2WNetGetDirectoryTypeW@??             @42
    52 ; WNetGetHomeDirectoryW                = _OS2WNetGetHomeDirectoryW@??             @43
    53   WNetGetLastErrorA                    = _OS2WNetGetLastErrorA@20                 @44
    54   WNetGetLastErrorW                    = _OS2WNetGetLastErrorW@20                 @45
    55 ; WNetGetNetworkInformationA           = _OS2WNetGetNetworkInformationA@??        @46
    56 ; WNetGetNetworkInformationW           = _OS2WNetGetNetworkInformationW@??        @47
    57 ; WNetGetPropertyTextA                 = _OS2WNetGetPropertyTextA@??              @48
    58 ; WNetGetPropertyTextW                 = _OS2WNetGetPropertyTextW@??              @49
    59 ; WNetGetProviderNameA                 = _OS2WNetGetProviderNameA@??              @50
    60 ; WNetGetProviderNameW                 = _OS2WNetGetProviderNameW@??              @51
    61 ; WNetGetProviderTypeA                 = _OS2WNetGetProviderTypeA@??              @52
    62 ; WNetGetProviderTypeW                 = _OS2WNetGetProviderTypeW@??              @53
    63   WNetGetResourceInformationA          = _OS2WNetGetResourceInformationA@16       @54
    64   WNetGetResourceInformationW          = _OS2WNetGetResourceInformationW@16       @55
    65   WNetGetResourceParentA               = _OS2WNetGetResourceParentA@12            @56
    66   WNetGetResourceParentW               = _OS2WNetGetResourceParentW@12            @57
    67 ; WNetGetSearchDialog                  = _OS2WNetGetSearchDialog@??               @58
    68   WNetGetUniversalNameA                = _OS2WNetGetUniversalNameA@16             @59
    69   WNetGetUniversalNameW                = _OS2WNetGetUniversalNameW@16             @60
    70   WNetGetUserA                         = _OS2WNetGetUserA@12                      @61
    71   WNetGetUserW                         = _OS2WNetGetUserW@12                      @62
    72 ; WNetLogonNotify                      = _OS2WNetLogonNotify@??                   @63
    73   WNetOpenEnumA                        = _OS2WNetOpenEnumA@20                     @64
    74   WNetOpenEnumW                        = _OS2WNetOpenEnumW@20                     @65
    75 ; WNetPasswordChangeNotify             = _OS2WNetPasswordChangeNotify@??          @66
    76 ; WNetPropertyDialogA                  = _OS2WNetPropertyDialogA@??               @67
    77 ; WNetPropertyDialogW                  = _OS2WNetPropertyDialogW@??               @68
    78 ; WNetRestoreConnectionW               = _OS2WNetRestoreConnection@??             @69
    79 ; WNetSetConnectionA                   = _OS2WNetSetConnectionA@??                @70
    80 ; WNetSetConnectionW                   = _OS2WNetSetConnectionW@??                @71
    81   WNetSetLastErrorA                    = _OS2WNetSetLastErrorA@12                 @72
    82   WNetSetLastErrorW                    = _OS2WNetSetLastErrorW@12                 @73
    83 ; WNetSupportGlobalEnum                = _OS2WNetSupportGlobalEnum@??             @74
    84 ; WNetUseConnectionA                   = _OS2WNetUseConnectionA@??                @75
    85 ; WNetUseConnectionW                   = _OS2WnetUseConnectionW@??                @76
     10  MultinetGetConnectionPerformanceA@1  = _MultinetGetConnectionPerformanceA@8  @1
     11  MultinetGetConnectionPerformanceW@2  = _MultinetGetConnectionPerformanceW@8  @2
     12; MultinetGetErrorTextA@3              = _MultinetGetErrorTextA@??             @3
     13; MultinetGetErrorTextW@4              = _MultinetGetErrorTextW@??             @4
     14; RestoreConnectionA0@5                = _RestoreConnectionA0@??               @5
     15  WNetAddConnection2A                  = _WNetAddConnection2A@16               @6
     16  WNetAddConnection2W                  = _WNetAddConnection2W@16               @7
     17  WNetAddConnection3A                  = _WNetAddConnection3A@20               @8
     18  WNetAddConnection3W                  = _WNetAddConnection3W@20               @9
     19  WNetAddConnectionA                   = _WNetAddConnectionA@12                @10
     20  WNetAddConnectionW                   = _WNetAddConnectionW@12                @11
     21  WNetCancelConnection2A               = _WNetCancelConnection2A@12            @12
     22  WNetCancelConnection2W               = _WNetCancelConnection2W@12            @13
     23  WNetCancelConnectionA                = _WNetCancelConnectionA@8              @14
     24  WNetCancelConnectionW                = _WNetCancelConnectionW@8              @15
     25; WNetClearConnections                 = _WNetClearConnections@??              @16
     26  WNetCloseEnum                        = _WNetCloseEnum@4                      @17
     27; WNetConnectionDialog1A               = _WNetConnectionDialog1A@??            @18
     28; WNetConnectionDialog1W               = _WNetConnectionDialog1W@??            @19
     29; WNetConnectionDialog2                = _WNetConnectionDialog2@??             @20
     30  WNetConnectionDialog                 = _WNetConnectionDialog@8               @21
     31; WNetDirectoryNotifyA                 = _WNetDirectoryNotifyA@??              @22
     32; WNetDirectoryNotifyW                 = _WNetDirectoryNotifyW@??              @23
     33; WNetDisconnectDialog1A               = _WNetDisconnectDialog1A@??            @24
     34; WNetDisconnectDialog1W               = _WNetDisconnectDialog1W@??            @25
     35; WNetDisconnectDialog2                = _WNetDisconnectDialog2@??             @26
     36  WNetDisconnectDialog                 = _WNetDisconnectDialog@8               @27
     37  WNetEnumResourceA                    = _WNetEnumResourceA@16                 @28
     38  WNetEnumResourceW                    = _WNetEnumResourceW@16                 @29
     39; WNetFMXEditPerm                      = _WNetFMXEditPerm@??                   @30
     40; WNetFMXGetPermCaps                   = _WNetFMXGetPermCaps@??                @31
     41; WNetFMXGetPermHelp                   = _WNetFMXGetPermHelp@??                @32
     42; WNetFormatNetworkNameA               = _WNetGetNetworkNameA@??               @33
     43; WNetFormatNetworkNameW               = _WNetGetNetworkNameW@??               @34
     44; WNetGetConnection2A                  = _WNetGetConnection2A@??               @35
     45; WNetGetConnection2W                  = _WNetGetConnection2W@??               @36
     46; WNetGetConnection3A                  = _WNetGetConnection3A@??               @37
     47; WNetGetConnection3W                  = _WNetGetConnection3W@??               @38
     48  WNetGetConnectionA                   = _WNetGetConnectionA@12                @39
     49  WNetGetConnectionW                   = _WNetGetConnectionW@12                @40
     50; WNetGetDirectoryTypeA                = _WNetGetDirectoryTypeA@??             @41
     51; WNetGetDirectoryTypeW                = _WNetGetDirectoryTypeW@??             @42
     52; WNetGetHomeDirectoryW                = _WNetGetHomeDirectoryW@??             @43
     53  WNetGetLastErrorA                    = _WNetGetLastErrorA@20                 @44
     54  WNetGetLastErrorW                    = _WNetGetLastErrorW@20                 @45
     55; WNetGetNetworkInformationA           = _WNetGetNetworkInformationA@??        @46
     56; WNetGetNetworkInformationW           = _WNetGetNetworkInformationW@??        @47
     57; WNetGetPropertyTextA                 = _WNetGetPropertyTextA@??              @48
     58; WNetGetPropertyTextW                 = _WNetGetPropertyTextW@??              @49
     59; WNetGetProviderNameA                 = _WNetGetProviderNameA@??              @50
     60; WNetGetProviderNameW                 = _WNetGetProviderNameW@??              @51
     61; WNetGetProviderTypeA                 = _WNetGetProviderTypeA@??              @52
     62; WNetGetProviderTypeW                 = _WNetGetProviderTypeW@??              @53
     63  WNetGetResourceInformationA          = _WNetGetResourceInformationA@16       @54
     64  WNetGetResourceInformationW          = _WNetGetResourceInformationW@16       @55
     65  WNetGetResourceParentA               = _WNetGetResourceParentA@12            @56
     66  WNetGetResourceParentW               = _WNetGetResourceParentW@12            @57
     67; WNetGetSearchDialog                  = _WNetGetSearchDialog@??               @58
     68  WNetGetUniversalNameA                = _WNetGetUniversalNameA@16             @59
     69  WNetGetUniversalNameW                = _WNetGetUniversalNameW@16             @60
     70  WNetGetUserA                         = _WNetGetUserA@12                      @61
     71  WNetGetUserW                         = _WNetGetUserW@12                      @62
     72; WNetLogonNotify                      = _WNetLogonNotify@??                   @63
     73  WNetOpenEnumA                        = _WNetOpenEnumA@20                     @64
     74  WNetOpenEnumW                        = _WNetOpenEnumW@20                     @65
     75; WNetPasswordChangeNotify             = _WNetPasswordChangeNotify@??          @66
     76; WNetPropertyDialogA                  = _WNetPropertyDialogA@??               @67
     77; WNetPropertyDialogW                  = _WNetPropertyDialogW@??               @68
     78; WNetRestoreConnectionW               = _WNetRestoreConnection@??             @69
     79; WNetSetConnectionA                   = _WNetSetConnectionA@??                @70
     80; WNetSetConnectionW                   = _WNetSetConnectionW@??                @71
     81  WNetSetLastErrorA                    = _WNetSetLastErrorA@12                 @72
     82  WNetSetLastErrorW                    = _WNetSetLastErrorW@12                 @73
     83; WNetSupportGlobalEnum                = _WNetSupportGlobalEnum@??             @74
     84  WNetUseConnectionA                   = _WNetUseConnectionA@32                @75
     85  WNetUseConnectionW                   = _WNetUseConnectionW@32                @76
     86
Note: See TracChangeset for help on using the changeset viewer.