Exists(restype): Difference between revisions
Jump to navigation
Jump to search
(added info box) |
No edit summary |
||
| Line 5: | Line 5: | ||
|VARIANTS = | |VARIANTS = | ||
|PEVERSION = ??? < 1.5.4.5 | |PEVERSION = ??? < 1.5.4.5 | ||
|GROUP = Data Resources (PE) | |||
}}Checks if a given resource type, identified by number, exists. | }}Checks if a given resource type, identified by number, exists. | ||
Latest revision as of 08:54, 22 February 2008
| exists[restype] | |
| Variants | exists[restype] |
| Previously | restypeexists |
| Group | Data Resources (PE) |
| Version | advcheck.dll ??? < 1.5.4.5 |
Checks if a given resource type, identified by number, exists.
Usage
exists[restype]=<typeid(int)>
Examples
Description
Checks if a given resource type, identified by number, exists. An example number would be 24 for RT_MANIFEST.