Added stub for RasHangUpA().

This commit is contained in:
Ove Kaaven 2000-07-23 13:32:57 +00:00 committed by Alexandre Julliard
parent c27b6cf944
commit 6713541db9
2 changed files with 10 additions and 1 deletions

View File

@ -43,3 +43,12 @@ DWORD WINAPI RasGetEntryDialParamsA( LPSTR lpszPhoneBook,
lpRasDialParams,lpfPassword);
return 0;
}
/**************************************************************************
* RasHangUpA [RASAPI32.556]
*/
DWORD WINAPI RasHangUpA( HRASCONN hrasconn)
{
FIXME("(%x),stub!\n",hrasconn);
return 0;
}

View File

@ -57,7 +57,7 @@ type win32
553 stub RasGetErrorStringW
554 stub RasGetProjectionInfoA
555 stub RasGetProjectionInfoW
556 stub RasHangUpA
556 stdcall RasHangUpA(long) RasHangUpA
557 stub RasHangUpW
558 stub RasSetEntryDialParamsA
559 stub RasSetEntryDialParamsW