Difference between revisions of "Exists(restype)"
(New page: {{AdvFileParam|exists[restype]}} Checks if a given resource type, identified by number, exists. ==Usage== exists[restype]=<typeid(int)> ===Examples=== ===Description=== Checks if a giv...) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{AdvParamInfo |
− | Checks if a given resource type, identified by number, exists. | + | |SYNTAX = exists[restype] |
+ | |TITLESYNTAX = exists(restype) | ||
+ | |PREVIOUS = restypeexists | ||
+ | |VARIANTS = | ||
+ | |PEVERSION = ??? < 1.5.4.5 | ||
+ | |GROUP = Data Resources (PE) | ||
+ | }}Checks if a given resource type, identified by number, exists. | ||
==Usage== | ==Usage== | ||
Line 11: | Line 17: | ||
==See also== | ==See also== | ||
+ | * [[Resource types]] | ||
===Similar parameters=== | ===Similar parameters=== |
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.
Contents
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.