Windows NT Perl 5, OLE Autmation extension module


== Netscape_Registry_1 ==


Constructors/Destructors
------------------------

 o CreateObject
 o DestroyObject

Instance Variables
------------------

All variables are have a "Get" and "Set" method
associated with them. For example, if we have the variable TimeOfDay,
the two methods used to access and modify the variable are:

 o GetTimeOfDay( $x )
 o SetTimeOfDay( $x )

Listed according to variable Type and Name.


Methods
-------

Listed here are all methods supplied by the Netscape_Registry_1 object that
are supported by Windows NT Perl 5. Some methods accept a variable
number of parameters. For example, if we have the method DoSomething()
that accepts either 0, 2 or 5 parameters, the method will be listed in
the following way:

 o Do Something

   Required parameters: 0
   Required parameters: 2
    (type) arg1
    (type) arg2
   Required parameters: 5
    (type) arg1
    (type) arg2
    (type) arg3
    (type) arg4
    (type) arg5

Listing of methods follows:
   
 o RegisterProtocol

   Require parameters: 2
    (VT_BSTR) RegisterProtocol
    (VT_BSTR) pProtocol


 o RegisterViewer

   Require parameters: 2
    (VT_BSTR) RegisterViewer
    (VT_BSTR) pMimeType


