Constructors: NewResourceReader

NewResourceReader

Creates a new ResourceReader object.



 Public Function NewResourceReader(
	  ByRef Source As Variant ) As ResourceReader

Parameters

Source
[ByRef] Variant. The file name or stream to read from.

Return Values

ResourceReader -  A ResourceReader used to enumerate resources.

Remarks

The ResourceReader reads the resources from a source with the same format as a .RES resource file.

Source should be either a file name or a Stream to a set of resources in a .RES resource file.

To read resources from a DLL or EXE use NewWinResourceReader.

See Also

Project CorLib Overview

Class Constructors Overview