1 |
2.44615 |
__magnumdb__enum_cor_h_1 |
Enum |
|
|
|
|
|
|
enum {
SIGN_MASK_ONEBYTE = 0xffffffc0, // Mask the same size as the missing bits.
SIGN_MASK_TWOBYTE = 0xffffe000, // Mask the same size as the missing bits.
SIGN_MASK_FOURBYTE = 0xf0000000, // Mask the same size as the missing bits.
};
|
%ProgramFiles(x86)%\Windows Kits\NETFXSDK\4.8\include\um\cor.h(2309,0) |
|