win32ras::RasDialFunc1 method

RasDialFunc1()

A placeholder for a RAS callback.

Defined in: O:/SRC/PYWIN32/WIN32/SRC/WIN32RASMODULE.CPP

Comments

Certain RAS function require a callback function to be passed. This description describes the signature of the function you pass to these functions. handle to RAS connection type of event that has occurred connection state about to be entered error that may have occurred extended error information for some errors

Parameters

hrascon : int

The handle to the RAS session.

msg : int

A message code identifying the reason for the callback.

rascs : int

Connection state about to be entered.

error : int

The error state of the connection

extendedError : int