Windows NT Perl 5, OLE Automation extension module
Netscape_Registry_1
Constructors/Destructors
- CreateObject
- 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:
- GetTimeOfDay( $x )
- 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:
- DoSomething
- 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:
- RegisterProtocol
- Required parameters: 2
- VT_BSTR RegisterProtocol,
VT_BSTR pProtocol,
- RegisterViewer
- Required parameters: 2
- VT_BSTR RegisterViewer,
VT_BSTR pMimeType,