User`s guide
componentinfo
• C - An array of C -Language function prototypes.
• VB - An array of VBA function prototypes
Examples
Function Call
Returns
Info = componentinfo
Information for all installed
components.
Info =
componentinfo('mycomponent')
Information for all revisions
of
mycomponent.
Info =
componentinfo('mycomponent',1,0)
Information for revision 1.0
of
mycomponent.
See Also “Obtaining Registry Information” on page A-5
5-5