编写win98 下利用 dial-up networking 自动拨号(100分)

  • 主题发起人 主题发起人 mapleroad
  • 开始时间 开始时间
M

mapleroad

Unregistered / Unconfirmed
GUEST, unregistred user!
编写win98 下利用 dial-up networking 自动拨号<br><br>利用windows/system目录上rasapi32.dll, <br><br>在程序里已声明 要用到的rasapi32.dll,<br><br>但如何用到rasapi32.dll中的定义rasconn<br>因为编译时被告知 变量为未定义
 
你自己根据要定义的结构定义出来就是了,不会可以查帮助<br>typedef struct _RASCONN { &nbsp;<br>&nbsp; &nbsp; DWORD &nbsp; &nbsp; dwSize; <br>&nbsp; &nbsp; HRASCONN &nbsp;hrasconn; <br>&nbsp; &nbsp; TCHAR &nbsp; &nbsp; szEntryName[RAS_MaxEntryName + 1]; <br>&nbsp;<br>#if (WINVER &gt;= 0x400) <br>&nbsp; &nbsp; CHAR &nbsp; &nbsp; &nbsp;szDeviceType[ RAS_MaxDeviceType + 1 ]; <br>&nbsp; &nbsp; CHAR &nbsp; &nbsp; &nbsp;szDeviceName[ RAS_MaxDeviceName + 1 ]; <br>#endif <br>&nbsp;<br>} RASCONN ;
 
JEDI-delphi上有那些api的声明
 
对不起,请问什么是JEDI-delphi
 
http://www.delphi-jedi.org/
 
后退
顶部