InternetSetPerSiteCookieDecisionW (Windows Embedded CE 6.0)

1/6/2010

This function sets a decision on cookies for a given domain.

Syntax

BOOL InternetSetPerSiteCookieDecisionW( 
  LPCSTR pchHostName, 
  DWORD dwDecision
);

Parameters

  • pchHostName
    [in] LPCSTR that points to a Unicode string that contains a domain name.
  • dwDecision
    [in] Value of type DWORD that contains one of the InternetCookieState enumeration values.

Return Value

Returns TRUE if the decision is set and FALSE otherwise.

Remarks

Use this function for the Unicode implementation. If you call the ANSI implementation, use the InternetSetPerSiteCookieDecisionA.

Requirements

Header wininet.h
Library wininet.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

WinInet Functions

Concepts

Platform for Privacy Preferences (P3P)