IResourceDecoder: 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
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.