[PATCH 1/2] advapi32/tests: Add tests for hkcr handle mask

Nikolay Sivov bunglehead at gmail.com
Fri Aug 23 22:40:22 CDT 2013


On 8/24/2013 07:11, George Stephanos wrote:
> +#define IS_HKCR(hk) ((UINT_PTR)hk > 0 && ((UINT_PTR)hk & 3) == 2)
> +
Why is that important to check? In other words what depends on 
particular value pattern?



More information about the wine-devel mailing list