Difference between revisions of "Exists(restype)"

From SpybotWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:exists(restype)}}{{AdvFileParam|exists[restype]}}
+
{{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==

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.

See also

Similar parameters

Similar commands