代码搜索:Wininet

找到约 920 项符合「Wininet」的源代码

代码结果 920
www.eeworm.com/read/270245/11044022

bas wininet.bas

Attribute VB_Name = "modWinInet" Option Explicit Public Const MAX_PATH = 260 Public Const NO_ERROR = 0 Public Const FILE_ATTRIBUTE_READONLY = &H1 Public Const FILE_ATTRIBUTE_HIDDEN = &H2 Publi
www.eeworm.com/read/463249/7185069

bas wininet.bas

Attribute VB_Name = "modWinInet" Option Explicit '打开Internet连接,得到其它WinInet函数所用的句柄 Public Declare Function InternetOpen Lib "wininet.dll" Alias "InternetOpenA" _ (ByVal sAgent As String, ByVal lA
www.eeworm.com/read/463249/7185117

bas wininet.bas

Attribute VB_Name = "modWinInet" Option Explicit Public Const MAX_PATH = 260 Public Const NO_ERROR = 0 '在WIN32_FIND_DATA结构中的文件查找属性常数 Public Const FILE_ATTRIBUTE_READONLY = &H1 '只读文件 Public Cons
www.eeworm.com/read/451398/7465358

lib wininet.lib

www.eeworm.com/read/448630/7528895

bas wininet.bas

Attribute VB_Name = "modWinInet" Option Explicit Public Const MAX_PATH = 260 Public Const NO_ERROR = 0 '在WIN32_FIND_DATA结构中的文件查找属性常数 Public Const FILE_ATTRIBUTE_READONLY = &H1 '只读文件 Public Cons
www.eeworm.com/read/446754/7566387

lib wininet.lib

www.eeworm.com/read/443520/7631174

bas wininet.bas

Attribute VB_Name = "modWinInet" Option Explicit Declare Function GetProcessHeap Lib "kernel32" () As Long Declare Function HeapAlloc Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As Long, B
www.eeworm.com/read/397611/8033114

bas wininet.bas

Attribute VB_Name = "modWinInet" Option Explicit Declare Function GetProcessHeap Lib "kernel32" () As Long Declare Function HeapAlloc Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As Long, B
www.eeworm.com/read/297079/8054808

h wininet.h

#ifndef _WININET_H #define _WININET_H #if __GNUC__ >=3 #pragma GCC system_header #endif #include #ifdef __cplusplus extern "C" { #endif #define INTERNET_INVALID_PORT_NUMBER 0 #define INTE
www.eeworm.com/read/333032/12705958

dcu wininet.dcu