InetCtlsObjects, COM interface constants for VB.Net / VBScript
InetCtlsObjects - interface constants
This page contains simple VBA include for the InetCtlsObjects COM library.
library parameters| File Name | WINDOWS\system32\MSINET.OCX |
|---|
| Guid | {48E59290-9880-11CF-9754-00AA00C00908} |
|---|
| Enums | 5 |
|---|
StateConstantsenum, 13 members.
Public Enum StateConstants
icNone = 0
icResolvingHost = 1
icHostResolved = 2
icConnecting = 3
icConnected = 4
icRequesting = 5
icRequestSent = 6
icReceivingResponse = 7
icResponseReceived = 8
icDisconnecting = 9
icDisconnected = 10
icError = 11
icResponseCompleted = 12
End Enum
AccessConstantsenum, 3 members.
Public Enum AccessConstants
icUseDefault = 0
icDirect = 1
icNamedProxy = 2
End Enum
ProtocolConstantsenum, 6 members.
Public Enum ProtocolConstants
icUnknown = 0
icDefault = 1
icFTP = 2
icGopher = 3
icHTTP = 4
icHTTPS = 5
End Enum
DataTypeConstantsenum, 2 members.
Public Enum DataTypeConstants
icString = 0
icByteArray = 1
End Enum
ErrorConstantsenum, 102 members.
Public Enum ErrorConstants
icOutOfMemory = 7
icTypeMismatch = 13
icInvalidPropertyValue = 380
icInetOpenFailed = 35750
icUrlOpenFailed = 35751
icBadUrl = 35752
icProtMismatch = 35753
icConnectFailed = 35754
icNoRemoteHost = 35755
icRequestFailed = 35756
icNoExecute = 35757
icBlewChunk = 35758
icFtpCommandFailed = 35759
icUnsupportedType = 35760
icTimeout = 35761
icUnsupportedCommand = 35762
icInvalidOperation = 35763
icExecuting = 35764
icInvalidForFtp = 35765
icOutOfHandles = 35767
icInetTimeout = 35768
icExtendedError = 35769
icIntervalError = 35770
icInvalidURL = 35771
icUnrecognizedScheme = 35772
icNameNotResolved = 35773
icProtocolNotFound = 35774
icInvalidOption = 35775
icBadOptionLength = 35776
icOptionNotSettable = 35777
icShutDown = 35778
icIncorrectUserName = 35779
icIncorrectPassword = 35780
icLoginFailure = 35781
icInetInvalidOperation = 35782
icOperationCancelled = 35783
icIncorrectHandleType = 35784
icIncorrectHandleState = 35785
icNotProxyRequest = 35786
icRegistryValueNotFound = 35787
icBadRegistryParameter = 35788
icNoDirectAccess = 35789
icNoContext = 35790
icNoCallback = 35791
icRequestPending = 35792
icIncorrectFormat = 35793
icItemNotFound = 35794
icCannotConnect = 35795
icConnectionAborted = 35796
icConnectionReset = 35797
icForceRetry = 35798
icInvalidProxyRequest = 35799
icWouldBlock = 35800
icHandleExists = 35802
icSecCertDateInvalid = 35803
icSecCertCnInvalid = 35804
icHttpToHttpsOnRedir = 35805
icHttpsToHttpOnRedir = 35806
icMixedSecurity = 35807
icChgPostIsNonSecure = 35808
icPostIsNonSecure = 35809
icClientAuthCertNeeded = 35810
icInvalidCa = 35811
icClientAuthNotSetup = 35812
icAsyncThreadFailed = 35813
icRedirectSchemeChange = 35814
icDialogPending = 35815
icRetryDialog = 35816
icHttpsHttpSubmitRedir = 35818
icInsertCdrom = 35819
icFtpTransferInProgress = 35876
icFtpDropped = 35877
icFtpNoPassiveMode = 35878
icGopherProtocolError = 35896
icGopherNotFile = 35897
icGopherDataError = 35898
icGopherEndOfData = 35899
icGopherInvalidLocator = 35900
icGopherIncorrectLocatorType = 35901
icGopherNotGopherPlus = 35902
icGopherAttributeNotFound = 35903
icGopherUnknownLocator = 35904
icHttpHeaderNotFound = 35916
icHttpDownlevelServer = 35917
icHttpInvalidServerResponse = 35918
icHttpInvalidHeader = 35919
icHttpInvalidQueryRequest = 35920
icHttpHeaderAlreadyExists = 35921
icHttpRedirectFailed = 35922
icHttpCookieNeedsConfirmation = 35927
icHttpCookieDeclined = 35928
icHttpRedirectNeedsConfirmation = 35934
icSecurityChannelError = 35923
icUnableToCacheFile = 35924
icInternetDisconnected = 35929
icServerUnreachable = 35930
icProxyServerUnreachable = 35931
icBadAutoProxyScript = 35932
icUnableToDownloadScript = 35933
icSecInvalidCert = 35935
icSecCertRevoked = 35936
icFailedDueToSecurityCheck = 35937
End Enum
|