32 most significant bits will be not tested
I don't think it's important in this case.
Something like the following seems better. ```c static const NMHDR forward_test_nmhdr = { .hwndFrom = (HWND)0xabcd0001, .idFrom = 0xabcd0002, .code = 0xabcd0003 }; ```