dwFileAttributes is a bit-mask. You need to use bit operations to see if are particular flag is set or not. Code: [View]. #define IsBitSet(v ...
確定! 回上一頁