S
Svercek
I have an addin that needs to access cookies in the Low area. I am using VB6.
When I try to use the iegetprotectedmodecookie I get a message that says the
entry point is not found.
I have installed IE8 and am running on Vista. I am using the following
definition for iegetprotectedmodecookie.
Private Declare Function IEGetProtectedModeCookie Lib "ieframe.dll" _
Alias "IEGetProtectedModeCookieA" _
(ByVal lpszURLName As String, _
ByVal lpszCookieName As String, _
ByVal pszCookieData As String, _
pcchCookieData As Long, _
dwFlags As Long) As Long
Also, is there a way to view the entry points into a dll, I tried OLEViewer
from VB6 and it does not work?
Thanks
When I try to use the iegetprotectedmodecookie I get a message that says the
entry point is not found.
I have installed IE8 and am running on Vista. I am using the following
definition for iegetprotectedmodecookie.
Private Declare Function IEGetProtectedModeCookie Lib "ieframe.dll" _
Alias "IEGetProtectedModeCookieA" _
(ByVal lpszURLName As String, _
ByVal lpszCookieName As String, _
ByVal pszCookieData As String, _
pcchCookieData As Long, _
dwFlags As Long) As Long
Also, is there a way to view the entry points into a dll, I tried OLEViewer
from VB6 and it does not work?
Thanks