Ik kwam het volgende stukje code tegen, maar kan niet vinden waar 0UL gedefinieerd is.
C++:
1
2
3
4
5
| #define MCP_ATTR_NONE (0UL << 0) // No attributes specified #define MCP_ATTR_WAIT_NEW (1UL << 0) // Discard any notifications that may // have been queued before returning // a response. #define MCP_ATTR_PROP_DRIVER (1UL << 1) // MCP Driver specific property |
[ Voor 8% gewijzigd door wizl op 13-02-2003 10:30 ]