Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
530 B

  1. /********************************************************************/
  2. /** Copyright(c) 1995 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename: rasapiif.h
  7. //
  8. // Description: Prototypes of procedures in rasapiif.c
  9. //
  10. // History: May 11,1996 NarenG Created original version.
  11. //
  12. DWORD
  13. RasConnectionInitiate(
  14. IN ROUTER_INTERFACE_OBJECT * pIfObject,
  15. IN BOOL fRedialAttempt
  16. );