iegetprotectedmodecookie

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top