Constructors: NewResourceWriter

NewResourceWriter

Creates a new ResourceWriter object.



 Public Function NewResourceWriter(
	  ByRef Source As Variant ) As ResourceWriter

Parameters

Source
[ByRef] Variant. A file name or stream to write to.

Return Values

ResourceWriter -  A ResourceWriter used to write to a resource file.

Remarks

The ResourceWriter writes resources to a target in 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.

See Also

Project CorLib Overview

Class Constructors Overview