GetEncodedResource
 Returns the next resource entry byte array.
 Public Function GetEncodedResource(
	  ByRef ReturnKey As ResourceKey,
	  ByRef ReturnValue ( ) As Byte ) As Boolean
Parameters
- ReturnKey
 - 
[ByRef]
 ResourceKey.
  Our own key for the resource entry.
 
 
- ReturnValue
 - 
[ByRef]
 Byte.
  The next byte array of a ResStringResource.
 
 
Return Values
Boolean -  If we have returned something, Return True, otherwise return False.
 
Remarks
 Each resource can contain up to 16 of the strings previously encoded.
See Also
Project CorLib Overview
Class StringResourceEncoder Overview