Typelib: Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
(New page: ==Usage== Typelib:[name of typelib],<advanced build parameters> ===Examples=== ===Description=== ==See also== ===Similar commands=== * CLSID * Interface * RootClass ...)
 
No edit summary
Line 1: Line 1:
 
Searches the registry for a typelib with the given name.


==Usage==
==Usage==
Line 5: Line 5:


===Examples===
===Examples===
   
  Typelib:"bdeplay 1.0 Type Library"
 
This will detect the following registry key:
[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}]
[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}\1.0]
@="bdeplay 1.0 Type Library"
 
 


===Description===
===Description===

Revision as of 18:40, 16 February 2008

Searches the registry for a typelib with the given name.

Usage

Typelib:[name of typelib],<advanced build parameters>

Examples

Typelib:"bdeplay 1.0 Type Library"

This will detect the following registry key:

[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}]
[HKEY_CLASSES_ROOT\TypeLib\{51958166-D5E3-11D1-AA42-0000E842E40A}\1.0]
@="bdeplay 1.0 Type Library"


Description

See also

Similar commands