Ignore:
Timestamp:
Sep 23, 1999, 11:38:06 AM (26 years ago)
Author:
sandervl
Message:

Jens Weissner's changes to crtdll + others

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/rasapi32/rasapi32.cpp

    r772 r1012  
    1 /* $Id: rasapi32.cpp,v 1.1 1999-09-01 07:28:46 sandervl Exp $ */
     1/* $Id: rasapi32.cpp,v 1.2 1999-09-23 09:38:06 sandervl Exp $ */
    22/*
    33 * RASAPI32
     
    2121
    2222/**************************************************************************
    23  *                 RasConnectionNotification32A [RASAPI32.550]
     23 *                 RasConnectionNotificationA   [RASAPI32.550]
    2424 */
    2525DWORD APIENTRY RasConnectionNotificationA( HRASCONN hras, HANDLE handle, DWORD dword )
    2626{
    27         return 0;
    28 }
    29 
    30 /**************************************************************************
    31  *                 RasConnectionNotification32W [RASAPI32.551]
     27#ifdef DEBUG
     28  dprintf(("RASAPI32: RasConnectionNotificationA not implemented\n"));
     29#endif
     30        return 0;
     31}
     32
     33
     34/**************************************************************************
     35 *                 RasConnectionNotificationW   [RASAPI32.551]
    3236 */
    3337DWORD APIENTRY RasConnectionNotificationW( HRASCONN hras, HANDLE handle, DWORD dword )
    3438{
    35         return 0;
    36 }
    37 
    38 /**************************************************************************
    39  *                 RasCreatePhonebookEntry32A   [RASAPI32.559]
     39#ifdef DEBUG
     40  dprintf(("RASAPI32: RasConnectionNotificationA not implemented\n"));
     41#endif
     42        return 0;
     43}
     44
     45
     46/**************************************************************************
     47 *                 RasCreatePhonebookEntryA     [RASAPI32.559]
    4048 */
    4149DWORD APIENTRY RasCreatePhonebookEntryA( HWND hwnd, LPSTR lpstr)
    4250{
    43         return 0;
    44 }
    45 
    46 /**************************************************************************
    47  *                 RasCreatePhonebookEntry32W   [RASAPI32.560]
     51#ifdef DEBUG
     52  dprintf(("RASAPI32: RasCreatePhonebookEntryA not implemented\n"));
     53#endif
     54        return 0;
     55}
     56
     57
     58/**************************************************************************
     59 *                 RasCreatePhonebookEntryW     [RASAPI32.560]
    4860 */
    4961DWORD APIENTRY RasCreatePhonebookEntryW( HWND hwnd, LPWSTR lpwstr )
    5062{
    51         return 0;
    52 }
    53 
    54 /**************************************************************************
    55  *                 RasDial32A                   [RASAPI32.561]
     63#ifdef DEBUG
     64  dprintf(("RASAPI32: RasCreatePhonebookEntryW not implemented\n"));
     65#endif
     66        return 0;
     67}
     68
     69
     70/**************************************************************************
     71 *                 RasDialA                     [RASAPI32.561]
    5672 */
    5773DWORD APIENTRY RasDialA( LPRASDIALEXTENSIONS rasdial, LPSTR str, LPRASDIALPARAMSA rasdial2, DWORD dword, LPVOID lpv, LPHRASCONN rascon )
    5874{
    59         return 0;
    60 }
    61 
    62 /**************************************************************************
    63  *                 RasDial32W                   [RASAPI32.562]
     75#ifdef DEBUG
     76  dprintf(("RASAPI32: RasDialA not implemented\n"));
     77#endif
     78        return 0;
     79}
     80
     81
     82/**************************************************************************
     83 *                 RasDialW                     [RASAPI32.562]
    6484 */
    6585DWORD APIENTRY RasDialW( LPRASDIALEXTENSIONS rasdial, LPWSTR str, LPRASDIALPARAMSW rasdial2, DWORD dword, LPVOID lpv, LPHRASCONN rascon )
    6686{
    67         return 0;
    68 }
    69 
    70 /**************************************************************************
    71  *                 RasEditPhonebookEntry32A     [RASAPI32.563]
     87#ifdef DEBUG
     88  dprintf(("RASAPI32: RasDialW not implemented\n"));
     89#endif
     90        return 0;
     91}
     92
     93
     94/**************************************************************************
     95 *                 RasEditPhonebookEntryA       [RASAPI32.563]
    7296 */
    7397DWORD APIENTRY RasEditPhonebookEntryA( HWND hwnd, LPSTR str, LPSTR str2 )
    7498{
    75         return 0;
    76 }
    77 
    78 /**************************************************************************
    79  *                 RasEditPhonebookEntry32W     [RASAPI32.564]
     99#ifdef DEBUG
     100  dprintf(("RASAPI32: RasEditPhonebookEntryA not implemented\n"));
     101#endif
     102        return 0;
     103}
     104
     105
     106/**************************************************************************
     107 *                 RasEditPhonebookEntryW       [RASAPI32.564]
    80108 */
    81109DWORD APIENTRY RasEditPhonebookEntryW( HWND hwnd, LPWSTR str, LPWSTR str2 )
    82110{
    83         return 0;
    84 }
    85 
    86 /**************************************************************************
    87  *                 RasEnumConnections32A        [RASAPI32.565]
     111#ifdef DEBUG
     112  dprintf(("RASAPI32: RasEditPhonebookEntryA not implemented\n"));
     113#endif
     114        return 0;
     115}
     116
     117
     118/**************************************************************************
     119 *                 RasEnumConnectionsA  [RASAPI32.565]
    88120 */
    89121DWORD WINAPI RasEnumConnectionsA( LPRASCONNA rca, LPDWORD x, LPDWORD y)
    90122{
    91         return 0;
    92 }
    93 
    94 /**************************************************************************
    95  *                 RasEnumConnections32W        [RASAPI32.566]
     123#ifdef DEBUG
     124  dprintf(("RASAPI32: RasEnumConnectionsA not implemented\n"));
     125#endif
     126        return 0;
     127}
     128
     129
     130/**************************************************************************
     131 *                 RasEnumConnectionsW  [RASAPI32.566]
    96132 */
    97133DWORD APIENTRY RasEnumConnectionsW( LPRASCONNW rca, LPDWORD x, LPDWORD y )
    98134{
    99         return 0;
    100 }
    101 
    102 /**************************************************************************
    103  *                 RasEnumEntries32A            [RASAPI32.567]
     135#ifdef DEBUG
     136  dprintf(("RASAPI32: RasEnumConnectionsW not implemented\n"));
     137#endif
     138        return 0;
     139}
     140
     141
     142/**************************************************************************
     143 *                 RasEnumEntriesA              [RASAPI32.567]
    104144 */
    105145DWORD APIENTRY RasEnumEntriesA( LPSTR str, LPSTR str2, LPRASENTRYNAMEA rasentry,
    106146                LPDWORD lpdw, LPDWORD lpdw2 )
    107147{
    108         return 0;
    109 }
    110 
    111 /**************************************************************************
    112  *                 RasEnumEntries32W            [RASAPI32.568]
     148#ifdef DEBUG
     149  dprintf(("RASAPI32: RasEnumEntriesA not implemented\n"));
     150#endif
     151        return 0;
     152}
     153
     154
     155/**************************************************************************
     156 *                 RasEnumEntriesW              [RASAPI32.568]
    113157 */
    114158DWORD APIENTRY RasEnumEntriesW( LPWSTR str, LPWSTR str2, LPRASENTRYNAMEW rasentry,
    115159                LPDWORD lpdw, LPDWORD lpdw2 )
    116160{
    117         return 0;
    118 }
    119 
    120 /**************************************************************************
    121  *                 RasGetConnectStatus32A       [RASAPI32.569]
     161#ifdef DEBUG
     162  dprintf(("RASAPI32: RasEnumEntriesW not implemented\n"));
     163#endif
     164        return 0;
     165}
     166
     167
     168/**************************************************************************
     169 *                 RasGetConnectStatusA [RASAPI32.569]
    122170 */
    123171DWORD APIENTRY RasGetConnectStatusA( HRASCONN hras, LPRASCONNSTATUSA rascon )
    124172{
    125         return 0;
    126 }
    127 
    128 /**************************************************************************
    129  *                 RasGetConnectStatus32W       [RASAPI32.570]
     173#ifdef DEBUG
     174  dprintf(("RASAPI32: RasGetConnectStatusA not implemented\n"));
     175#endif
     176        return 0;
     177}
     178
     179
     180/**************************************************************************
     181 *                 RasGetConnectStatusW [RASAPI32.570]
    130182 */
    131183DWORD APIENTRY RasGetConnectStatusW( HRASCONN rasconn, LPRASCONNSTATUSW connstat )
    132184{
    133         return 0;
    134 }
    135 
    136 /**************************************************************************
    137  *                 RasGetEntryDialParams32A     [RASAPI32.571]
     185#ifdef DEBUG
     186  dprintf(("RASAPI32: RasGetConnectStatusW not implemented\n"));
     187#endif
     188        return 0;
     189}
     190
     191
     192/**************************************************************************
     193 *                 RasGetEntryDialParamsA       [RASAPI32.571]
    138194 */
    139195DWORD APIENTRY RasGetEntryDialParamsA( LPSTR str, LPRASDIALPARAMSA dialparm, LPBOOL lpb)
    140196{
    141         return 0;
    142 }
    143 
    144 /**************************************************************************
    145  *                 RasGetEntryDialParams32W     [RASAPI32.572]
     197#ifdef DEBUG
     198  dprintf(("RASAPI32: RasGetEntryDialParamsA not implemented\n"));
     199#endif
     200        return 0;
     201}
     202
     203
     204/**************************************************************************
     205 *                 RasGetEntryDialParamsW       [RASAPI32.572]
    146206 */
    147207DWORD APIENTRY RasGetEntryDialParamsW( LPWSTR str, LPRASDIALPARAMSW dialparm, LPBOOL lpb )
    148208{
    149         return 0;
    150 }
    151 
    152 /**************************************************************************
    153  *                 RasGetErrorString32A         [RASAPI32.573]
     209#ifdef DEBUG
     210  dprintf(("RASAPI32: RasGetEntryDialParamsW not implemented\n"));
     211#endif
     212        return 0;
     213}
     214
     215
     216/**************************************************************************
     217 *                 RasGetErrorStringA           [RASAPI32.573]
    154218 */
    155219DWORD APIENTRY RasGetErrorStringA( UINT uint, LPSTR str, DWORD dword )
    156220{
    157         return 0;
    158 }
    159 
    160 /**************************************************************************
    161  *                 RasGetErrorString32W         [RASAPI32.574]
     221#ifdef DEBUG
     222  dprintf(("RASAPI32: RasGetErrorStringA not implemented\n"));
     223#endif
     224        return 0;
     225}
     226
     227
     228/**************************************************************************
     229 *                 RasGetErrorStringW           [RASAPI32.574]
    162230 */
    163231DWORD APIENTRY RasGetErrorStringW( UINT uint, LPWSTR str, DWORD dword )
    164232{
    165         return 0;
    166 }
    167 
    168 /**************************************************************************
    169  *                 RasGetProjectionInfo32A      [RASAPI32.575]
     233#ifdef DEBUG
     234  dprintf(("RASAPI32: RasGetErrorStringW not implemented\n"));
     235#endif
     236        return 0;
     237}
     238
     239
     240/**************************************************************************
     241 *                 RasGetProjectionInfoA        [RASAPI32.575]
    170242 */
    171243DWORD APIENTRY RasGetProjectionInfoA( HRASCONN rascon, RASPROJECTION rasprj,
    172244                LPVOID lpv, LPDWORD lpdw )
    173245{
    174         return 0;
    175 }
    176 
    177 /**************************************************************************
    178  *                 RasGetProjectionInfo32W      [RASAPI32.576]
     246#ifdef DEBUG
     247  dprintf(("RASAPI32: RasGetProjectInfoA not implemented\n"));
     248#endif
     249        return 0;
     250}
     251
     252
     253/**************************************************************************
     254 *                 RasGetProjectionInfoW        [RASAPI32.576]
    179255 */
    180256DWORD APIENTRY RasGetProjectionInfoW( HRASCONN rascon, RASPROJECTION rasprj,
    181257                LPVOID lpv, LPDWORD lpdw )
    182258{
    183         return 0;
    184 }
    185 
    186 /**************************************************************************
    187  *                 RasHangUp32A                 [RASAPI32.577]
     259#ifdef DEBUG
     260  dprintf(("RASAPI32: RasGetProjectInfoW not implemented\n"));
     261#endif
     262        return 0;
     263}
     264
     265
     266/**************************************************************************
     267 *                 RasHangUpA                   [RASAPI32.577]
    188268 */
    189269DWORD APIENTRY RasHangUpA( HRASCONN hras )
    190270{
    191         return 0;
    192 }
    193 
    194 /**************************************************************************
    195  *                 RasHangUp32W                 [RASAPI32.578]
     271#ifdef DEBUG
     272  dprintf(("RASAPI32: RasHangUpA not implemented\n"));
     273#endif
     274        return 0;
     275}
     276
     277
     278/**************************************************************************
     279 *                 RasHangUpW                   [RASAPI32.578]
    196280 */
    197281DWORD APIENTRY RasHangUpW( HRASCONN hras )
    198282{
    199         return 0;
    200 }
    201 
    202 /**************************************************************************
    203  *                 RasSetEntryDialParams32A     [RASAPI32.579]
     283#ifdef DEBUG
     284  dprintf(("RASAPI32: RasHangUpW not implemented\n"));
     285#endif
     286        return 0;
     287}
     288
     289
     290/**************************************************************************
     291 *                 RasSetEntryDialParamsA       [RASAPI32.579]
    204292 */
    205293DWORD APIENTRY RasSetEntryDialParamsA( LPSTR str, LPRASDIALPARAMSA rasdp, BOOL bo )
    206294{
    207         return 0;
    208 }
    209 
    210 /**************************************************************************
    211  *                 RasSetEntryDialParams32W     [RASAPI32.580]
     295#ifdef DEBUG
     296  dprintf(("RASAPI32: RasSetEntryDialParamsA not implemented\n"));
     297#endif
     298        return 0;
     299}
     300
     301
     302/**************************************************************************
     303 *                 RasSetEntryDialParamsW       [RASAPI32.580]
    212304 */
    213305DWORD APIENTRY RasSetEntryDialParamsW( LPWSTR str, LPRASDIALPARAMSW rasdp, BOOL bo)
    214306{
    215         return 0;
    216 }
    217 
    218 
    219 
    220 /**************************************************************************
    221  *                 RasValidateEntryName32A      [RASAPI32.612]
     307#ifdef DEBUG
     308  dprintf(("RASAPI32: RasSetEntryDialParamsW not implemented\n"));
     309#endif
     310        return 0;
     311}
     312
     313
     314/**************************************************************************
     315 *                 RasValidateEntryNameA        [RASAPI32.612]
    222316 */
    223317DWORD APIENTRY RasValidateEntryNameA( LPSTR str, LPSTR str2)
    224318{
    225         return 0;
    226 }
    227 
    228 /**************************************************************************
    229  *                 RasRenameEntry32A            [RASAPI32.613]
     319#ifdef DEBUG
     320  dprintf(("RASAPI32: RasValidateEntryNameA not implemented\n"));
     321#endif
     322        return 0;
     323}
     324
     325
     326/**************************************************************************
     327 *                 RasRenameEntryA              [RASAPI32.613]
    230328 */
    231329DWORD APIENTRY RasRenameEntryA( LPSTR str, LPSTR str2, LPSTR str3 )
    232330{
    233         return 0;
    234 }
    235 
    236 /**************************************************************************
    237  *                 RasDeleteEntry32A            [RASAPI32.614]
     331#ifdef DEBUG
     332  dprintf(("RASAPI32: RasRenameEntryA not implemented\n"));
     333#endif
     334        return 0;
     335}
     336
     337
     338/**************************************************************************
     339 *                 RasDeleteEntryA              [RASAPI32.614]
    238340 */
    239341DWORD APIENTRY RasDeleteEntryA( LPSTR str, LPSTR str2)
    240342{
    241         return 0;
    242 }
    243 
    244 /**************************************************************************
    245  *                 RasGetEntryProperties32A     [RASAPI32.615]
     343#ifdef DEBUG
     344  dprintf(("RASAPI32: RasDeleteEntryA not implemented\n"));
     345#endif
     346        return 0;
     347}
     348
     349
     350/**************************************************************************
     351 *                 RasGetEntryPropertiesA       [RASAPI32.615]
    246352 */
    247353DWORD APIENTRY RasGetEntryPropertiesA( LPSTR str, LPSTR str2, LPRASENTRYA rasentry, LPDWORD dword, LPBYTE pbyte, LPDWORD dword2 )
    248354{
    249         return 0;
    250 }
    251 
    252 /**************************************************************************
    253  *                 RasSetEntryProperties32A     [RASAPI32.616]
     355#ifdef DEBUG
     356  dprintf(("RASAPI32: RasGetEntryPropertiesA not implemented\n"));
     357#endif
     358        return 0;
     359}
     360
     361
     362/**************************************************************************
     363 *                 RasSetEntryPropertiesA       [RASAPI32.616]
    254364 */
    255365DWORD APIENTRY RasSetEntryPropertiesA( LPSTR str, LPSTR str2, LPRASENTRYA rasentry, DWORD dword, LPBYTE pbyte, DWORD dword2 )
    256366{
    257         return 0;
    258 }
    259 
    260 /**************************************************************************
    261  *                 RasEnumDevices32A            [RASAPI32.617]
     367#ifdef DEBUG
     368  dprintf(("RASAPI32: RasSetEntryPropertiesA not implemented\n"));
     369#endif
     370        return 0;
     371}
     372
     373
     374/**************************************************************************
     375 *                 RasEnumDevicesA              [RASAPI32.617]
    262376 */
    263377DWORD APIENTRY RasEnumDevicesA( LPRASDEVINFOA rasdevinfo, LPDWORD dword, LPDWORD dword2)
    264378{
    265         return 0;
    266 }
    267 
    268 /**************************************************************************
    269  *                 RasGetCountryInfo32A         [RASAPI32.618]
     379#ifdef DEBUG
     380  dprintf(("RASAPI32: RasEnumDevicesA not implemented\n"));
     381#endif
     382        return 0;
     383}
     384
     385
     386/**************************************************************************
     387 *                 RasGetCountryInfoA           [RASAPI32.618]
    270388 */
    271389DWORD APIENTRY RasGetCountryInfoA( LPRASCTRYINFOA rasctryinfo, LPDWORD dword )
    272390{
    273         return 0;
    274 }
     391#ifdef DEBUG
     392  dprintf(("RASAPI32: RasGetCountryInfoA not implemented\n"));
     393#endif
     394        return 0;
     395}
Note: See TracChangeset for help on using the changeset viewer.