WININET.DLL中所有的函数的使用

来源:百度知道 编辑:UC知道 时间:2024/06/01 01:06:02
要中文的,英文看不懂,呵呵
要详细文字说明,那些我也能在网上搜到

WININET.DLL中所有的函数

forward
global type n_cst_wininet from nonvisualobject
end type
end forward

type FileTime from structure
ulong LowDateTime
ulong HighDateTime
end type

type WIN32_FIND_DATA from structure
unsignedlong fileattributes
filetime creationtime
filetime lastaccesstime
filetime lastwritetime
unsignedlong filesizehigh
unsignedlong filesizelow
unsignedlong reserved0
unsignedlong reserved1
character filename[260]
character alternatefilename[14]
end type

global type n_cst_wininet from nonvisualobject autoinstantiate
end type

type prototypes
Function boolean InternetAutodial (ulong dwFlags, ulong hWndParent) Library "WININET.DLL"
Function boolean InternetAutodialHangup (ulong dwReserved) Library "WININET.DLL"
Function boolean InternetCloseHandle (ulong hInternet) Library "WININET.DLL"
F