ResBitmapDecoder: GetResource

GetResource

Returns the next decoded resource available in the decoder.



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

Parameters

ReturnKey
[ByRef] ResourceKey. This is set to the resource key of the next available resource.
ReturnValue
[ByRef] Variant. This is set to the resource value of the next available resource.

Return Values

Boolean -  Returns True if a return resource was available and set, False otherwise.

Remarks

For this resource type only 1 resource is ever returned. Once it is returned, the function will return False and the resource cannot be retrieved again.

See Also

Project CorLib Overview
Class ResBitmapDecoder Overview
ResourceKey