[PATCH v4 2/3] include/winuser.h: define the undocumented RT_FILE resource type
21 Apr
2020
21 Apr
'20
4:48 p.m.
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(a)gmail.com> --- include/winuser.h | 3 +++ 1 file changed, 3 insertions(+)
2152
Age (days ago)
2152
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic