On https://docs.microsoft.com/en-us/previous-versions//aa767740(v=vs.85) the only mentioned resource types are RT_HTML and RT_FILE. RT_FILE is completely undocumented and doesn't appear in any headers, but by a process of elimination, the 2110 magic number used in https://www.codeproject.com/Articles/435/How-to-use-the-res-protocol-in-Deve... and tested in later tests in this patch series, must be RT_FILE.
Signed-off-by: Damjan Jovanovic damjan.jov@gmail.com --- include/winuser.h | 3 +++ 1 file changed, 3 insertions(+)