FindClientCookie Function

Searches for a Client preference cookie.

Handles returned by FindClientCookie can be closed via CloseHandle() when no longer needed.

Cookie FindClientCookie(const char[] name)

Parameters

const char[] name

Name of cookie to find.

Return Value

A handle to the cookie if it is found, null otherwise.