IResourceEncoder: GetEncodedResource

GetEncodedResource

Returns the next available resource from the encoder.



 Public Function GetEncodedResource(
	  ByRef OutKey As ResourceKey,
	  ByRef OutValue ( ) As Byte ) As Boolean

Parameters

OutKey
[ByRef] ResourceKey. This is the unique identifier for the resource to be returned.
OutValue
[ByRef] Byte. A byte array representing the encoded resource value.

Return Values

Boolean -  Returns True if a resource has been returned, False otherwise.

Remarks

This function should not throw an exception. If there are no more resources to be returned, then False should just be returned.

See Also

Project CorLib Overview

Class IResourceEncoder Overview