Same for other values.
Do you want to use same number for everything?
This is not good for testing (test will not fail with buggy code that reads wrong field): ```c static const NMHDR forward_test_nmhdr = { .hwndFrom = (HWND)0xdeadbeef, .idFrom = 0xdeadbeef, .code = 0xdeadbeef }; ```