RegClientCookie

Last Updated2020-11-07
Created At2008-05-12

Creates a new Client preference cookie. Handles returned by RegClientCookie can be closed via CloseHandle() when no longer needed.

native Cookie RegClientCookie(const char[] name, const char[] description, CookieAccess access)

Parameters

const char[] name
Name of the new preference cookie.
const char[] description
Optional description of the preference cookie.
What CookieAccess level to assign to this cookie.

Return Value

Cookie A handle to the newly created cookie. If the cookie already exists, a handle to it will still be returned.

Error

Cookie name is blank.