Cookie

Last Updated2019-05-31
Created At2019-05-31

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

native Cookie Cookie(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.