Searched refs:dwflag (Results 1 – 1 of 1) sorted by relevance
18 #define checkflag(dwflag,dwvalue,text) \ argument19 if (dwflag & dwvalue) \25 dwflag = (ULONG)dwflag - (ULONG)dwvalue; \30 #define endcheckflag(dwflag,text) \ argument32 printf("0x%08lx\n", (ULONG) dwflag);\36 printf("undoc value in %s flags value %08lx\n",text, (ULONG) dwflag);