关于拨号RasDial函数的设置问题??
以下是RasDial函数的定义:
DWORD RasDial(
LPRASDIALEXTENSIONS lpRasDialExtensions,
// pointer to function extensions data
LPCTSTR lpszPhonebook, // pointer to full path and filename of
// phone-book file
LPRASDIALPARAMS lpRasDialParams,
// pointer to calling parameters data
DWORD dwNotifierType, // specifies type of RasDial event handler
LPVOID lpvNotifier, // specifies a handler for RasDial events
LPHRASCONN lphRasConn // pointer to variable to receive
// connection handle
)
其中的lpvNotifier参数如何填写?
回调函数RasDialFunc或RasDialFunc1如何在自己的程序中定义和添加?
希望有高手指点!