ResByteEncoder: GetEncodedResource

GetEncodedResource

Retrieves the next encoded resource in the encoder.



 Public Function GetEncodedResource(
	  ByRef ReturnKey As ResourceKey,
	  ByRef ReturnValue As Variant ) As Boolean

Parameters

ReturnKey
[ByRef] ResourceKey. This is set to a ResourceKey object that uniquely identify the encoded resource.
ReturnValue
[ByRef] Variant. This will be set to a byte array.

Return Values

Boolean -  Returns True if an encoded resource was returned, False otherwise.

Remarks

This function can be called multiple times to retrieve multiple resources. As long as a resource is returned, True will be returned, otherwise False will be returned.

See Also

Project CorLib Overview
Class ResByteEncoder Overview