Scroll to navigation

InternetEnumPerSiteCookieDecisionW(3w) Wine API InternetEnumPerSiteCookieDecisionW(3w)

NAME

InternetEnumPerSiteCookieDecisionW (WININET.@)

SYNOPSIS

BOOL InternetEnumPerSiteCookieDecisionW
(
LPWSTR pszSiteName,
ULONG* pcSiteNameSize,
ULONG* pdwDecision,
ULONG dwIndex
)
 

DESCRIPTION

Enumerates all per-site decisions about cookies.
 

RETURNS

TRUE on success FALSE on failure
 

IMPLEMENTATION

Declared in "wininet.h".
Implemented in "dlls/wininet/cookie.c".
Debug channel "wininet".
Oct 2012 Wine API