InternetGetPerSiteCookieDecisionA (Windows CE 5.0)

Send Feedback

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

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 InternetCookieState enumeration values.

Return Values

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

OS Versions: Windows CE 5.0 and later.
Header: Wininet.h.
Link Library: Wininet.lib.

See Also

WinInet Functions | Platform for Privacy Preferences (P3P)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.