Reads data stored in a cookie by the StoreCookie API.
Use the FavorMachineLevelLicenseKey to control which key takes precedence if the keys are stored at the user and machine level.
Use the FavorMachineLevelLicenseKey to control which key takes precedence if the keys are stored at the user and machine level.
The function returns true if some data was found and read, otherwise it returns false.
C#: bool ReadCookie(string cookieName, int index, out string data);
Parameters
cookieName- the name of the cookie
index - the index of the element to retrieve
data - the returned data
Comments
2 comments
Looks like there is a copy and paste error in the documentation from ReadKeys
Thanks.
Please sign in to leave a comment.