Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

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

Parameters

pchHostName

[out] LPCSTR that points to an ANSI string that receives the domain name.

pResult

[in] Pointer to a unsigned long that contains one of the InternetCookieStateenumeration values.

Return Value

Returns TRUE if the decision was retrieved and FALSE otherwise.

Remarks

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

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