These codes are somwehat obfuscated in CommCtrl.h.
e.g. 0xFFFFFD13
is this:
#define MCN_SELCHANGE (MCN_FIRST - 3) // -749
with
#define MCN_FIRST (0U-746U) // monthcal
These defines make use of the wrap around nature of unsinged ints.