RasHangUp (Compact 2013)
3/26/2014
This function terminates a remote access connection. The connection is specified with a RAS connection handle. RasHangUp releases all RASAPI32.DLL resources associated with the handle.
Syntax
DWORD RasHangUp(
HRASCONN Session
);
Parameters
- Session
Handle to the remote access connection to terminate. This is a handle returned from a previous call to RasDial or RasEnumConnections.
Return Value
Zero indicates success. A nonzero error value listed in the RAS header file or ERROR_INVALID_HANDLE indicates failure.
Include Raserror.h for definitions of the RAS error codes.
Remarks
The connection is terminated even if the RasDial call has not yet been completed.
After this call, the Session handle can no longer be used.
Requirements
Header |
ras.h |
Library |
coredll.lib |
See Also
Reference
RAS Functions
RasDial
RasEnumConnections
RasGetConnectStatus
RASCONN