Changeset 2843 for trunk/src/rasapi32/rasapi32.cpp
- Timestamp:
- Feb 21, 2000, 11:33:34 AM (26 years ago)
- 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:45sandervl Exp $ */1 /* $Id: rasapi32.cpp,v 1.5 2000-02-21 10:33:34 sandervl Exp $ */ 2 2 /* 3 3 * RASAPI32 … … 412 412 * RnaComplete [RASAPI32.582] 413 413 */ 414 /*DWORD APIENTRY RnaComplete(HANDLE hConn, LPCOMPLETE_INFO lpci, LPPROJECTION_INFO lppi, DWORD cEntries)414 DWORD APIENTRY RnaComplete(HANDLE hConn, LPCOMPLETE_INFO lpci, LPPROJECTION_INFO lppi, DWORD cEntries) 415 415 { 416 416 #ifdef DEBUG … … 418 418 #endif 419 419 return 0; 420 } 421 422 423 /************************************************************************** 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; 420 456 } */ 421 457 422 458 423 459 /************************************************************************** 424 * RnaGetDevicePort [RASAPI32.583]425 */426 /* DWORD WINAPI RnaGetDevicePort(HANDLE hConn, LPDEVICE_PORT_INFO lpdpi)427 {428 #ifdef DEBUG429 dprintf(("RASAPI32: RnaGetDevicePort not implemented\n"));430 #endif431 return 0;432 } */433 434 435 /**************************************************************************436 * RnaGetUserProfile [RASAPI32.585]437 */438 /* DWORD WINAPI RnaGetUserProfile(HANDLE hConn, LPUSER_PROFILE lpUserProfile)439 {440 #ifdef DEBUG441 dprintf(("RASAPI32: RnaGetUserProfile not implemented\n"));442 #endif443 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 DEBUG453 dprintf(("RASAPI32: RnaOpenMac not implemented\n"));454 #endif455 return 0;456 } */457 458 459 /**************************************************************************460 460 * RnaSessInitialize [RASAPI32.587] 461 461 */ 462 /*DWORD APIENTRY RnaSessInitialize(LPSTR lpszType, LPRNA_FUNCS lpRnaFuncs)462 DWORD APIENTRY RnaSessInitialize(LPSTR lpszType, LPRNA_FUNCS lpRnaFuncs) 463 463 { 464 464 #ifdef DEBUG … … 466 466 #endif 467 467 return 0; 468 } */468 } 469 469 470 470
Note:
See TracChangeset
for help on using the changeset viewer.