InternetGetPerSiteCookieDecisionW

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

BOOL InternetGetPerSiteCookieDecisionW ( 
  LPCSTR pchHostName, 
  unsigned long* pResult
);

Parameters

  • pchHostName
    [out] LPCSTR that points to a Unicode string that receives the domain name.
  • pResult
    [in] Pointer to a unsigned long that contains one of the InternetCookieState enumeration values.

Return Value

Returns TRUE if the decision was retrieved and FALSE otherwise.

Remarks

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

Requirements

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

See Also

Reference

WinInet Functions

Concepts

Platform for Privacy Preferences (P3P)