Commit 6713541d authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Added stub for RasHangUpA().

parent c27b6cf9
......@@ -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;
}
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment