code_junkie

How to clean up internet explorer cookies programmatically

Nov 14th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. InternetSetCookie("http://teste.com", NULL, "name = value; expires = Sat,01-Jan-2020 00:00:00 GMT");
  2.  
  3. InternetSetCookie("http://teste.com", NULL, "name = value; expires = Sat,01-Jan-2000 00:00:00 GMT");
  4.  
  5. BOOL SHGetSpecialFolderPath(
  6. HWND hwndOwner,
  7. LPTSTR lpszPath,
  8. int nFolder,
  9. BOOL fCreate
  10. );
Add Comment
Please, Sign In to add comment