Parameters
lpszUrl
A pointer to a null-terminated string that specifies the URL for which cookies are to be retrieved.
lpszCookieName
Not implemented.
lpszCookieData
A pointer to a buffer that receives the cookie data. This parameter can be NULL.
lpdwSize
A pointer to a variable that specifies the size of the lpszCookieData parameter buffer, in TCHARs. If the function succeeds, the buffer receives the amount of data copied to the lpszCookieData buffer. If lpszCookieData is NULL, this parameter receives a value that specifies the size of the buffer necessary to copy all the cookie data, expressed as a TCHAR count.