GetObject
Returns the resource specified.
Public Function GetObject(
ByRef ResourceName As Variant,
ByRef ResourceType As Variant ) As Variant
Parameters
- ResourceName
-
[ByRef]
Variant.
The resource identifier.
- ResourceType
-
[ByRef]
Variant.
The type of resource to search for.
Return Values
Variant - The resource value, or Empty if the resource was not found.
Remarks
The ResType can be either a String of the type of resource or
a ResourceTypes enum value.
See Also
Project CorLib Overview
Class ResourceSet Overview