Ignore:
Timestamp:
Feb 21, 2000, 11:33:34 AM (26 years ago)
Author:
sandervl
Message:

JW: RASAPI32: Added stubs

File:
1 edited

Legend:

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

    r1710 r2843  
    1 /* $Id: rasapi32.cpp,v 1.4 1999-11-12 11:38:45 sandervl Exp $ */
     1/* $Id: rasapi32.cpp,v 1.5 2000-02-21 10:33:34 sandervl Exp $ */
    22/*
    33 * RASAPI32
     
    412412 *                 RnaComplete                  [RASAPI32.582]
    413413 */
    414 /* DWORD APIENTRY RnaComplete(HANDLE hConn, LPCOMPLETE_INFO lpci, LPPROJECTION_INFO lppi, DWORD cEntries)
     414DWORD APIENTRY RnaComplete(HANDLE hConn, LPCOMPLETE_INFO lpci, LPPROJECTION_INFO lppi, DWORD cEntries)
    415415{
    416416#ifdef DEBUG
     
    418418#endif
    419419        return 0;
     420}
     421
     422
     423/**************************************************************************
     424 *                 RnaGetDevicePort             [RASAPI32.583]
     425 */
     426DWORD WINAPI RnaGetDevicePort(HANDLE hConn, LPDEVICE_PORT_INFO lpdpi)
     427{
     428#ifdef DEBUG
     429  dprintf(("RASAPI32: RnaGetDevicePort not implemented\n"));
     430#endif
     431        return 0;
     432}
     433
     434
     435/**************************************************************************
     436 *                 RnaGetUserProfile            [RASAPI32.585]
     437 */
     438DWORD WINAPI RnaGetUserProfile(HANDLE hConn, LPUSER_PROFILE lpUserProfile)
     439{
     440#ifdef DEBUG
     441  dprintf(("RASAPI32: RnaGetUserProfile not implemented\n"));
     442#endif
     443        return 0;
     444}
     445
     446
     447/**************************************************************************
     448 *                 RnaOpenMac                   [RASAPI32.586]
     449 */
     450/* DWORD WINAPI RnaOpenMac(HANDLE hConn, HANDLE * lphMAC, LPMAC_OPEN lpmo, DWORD dwSize, HANDLE hEvent)
     451{
     452#ifdef DEBUG
     453  dprintf(("RASAPI32: RnaOpenMac not implemented\n"));
     454#endif
     455        return 0;
    420456} */
    421457
    422458
    423459/**************************************************************************
    424  *                 RnaGetDevicePort             [RASAPI32.583]
    425  */
    426 /* DWORD WINAPI RnaGetDevicePort(HANDLE hConn, LPDEVICE_PORT_INFO lpdpi)
    427 {
    428 #ifdef DEBUG
    429   dprintf(("RASAPI32: RnaGetDevicePort not implemented\n"));
    430 #endif
    431         return 0;
    432 } */
    433 
    434 
    435 /**************************************************************************
    436  *                 RnaGetUserProfile            [RASAPI32.585]
    437  */
    438 /* DWORD WINAPI RnaGetUserProfile(HANDLE hConn, LPUSER_PROFILE lpUserProfile)
    439 {
    440 #ifdef DEBUG
    441   dprintf(("RASAPI32: RnaGetUserProfile not implemented\n"));
    442 #endif
    443         return 0;
    444 } */
    445 
    446 
    447 /**************************************************************************
    448  *                 RnaOpenMac                   [RASAPI32.586]
    449  */
    450 /* DWORD WINAPI RnaOpenMac(HANDLE hConn, HANDLE * lphMAC, LPMAC_OPEN lpmo, DWORD dwSize, HANDLE hEvent)
    451 {
    452 #ifdef DEBUG
    453   dprintf(("RASAPI32: RnaOpenMac not implemented\n"));
    454 #endif
    455         return 0;
    456 } */
    457 
    458 
    459 /**************************************************************************
    460460 *                 RnaSessInitialize            [RASAPI32.587]
    461461 */
    462 /* DWORD APIENTRY RnaSessInitialize(LPSTR lpszType, LPRNA_FUNCS lpRnaFuncs)
     462DWORD APIENTRY RnaSessInitialize(LPSTR lpszType, LPRNA_FUNCS lpRnaFuncs)
    463463{
    464464#ifdef DEBUG
     
    466466#endif
    467467        return 0;
    468 } */
     468}
    469469
    470470
Note: See TracChangeset for help on using the changeset viewer.