IResourceDecoder: GetResource

GetResource

Returns the next resource key and data that was decoded from DecodeResource.



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

Parameters

ReturnKey
[ByRef] ResourceKey. The next resource key return to be returned.
ReturnValue
[ByRef] Variant. The next resource value to be returned.

Return Values

Boolean - 

Remarks

Returns the next available decoded resource. Once that resource has been returned, it should not be returned again.

This function will be called as long as it returns True.

See Also

Project CorLib Overview

Class IResourceDecoder Overview