NewResourceKey
Creates a new ResourceKey object used to uniquely identify a resource.
Public Function NewResourceKey(
ByRef ResourceName As Variant,
ByRef ResourceType As Variant,
ByVal LanguageID As Long ) As ResourceKey
Parameters
- ResourceName
-
[ByRef]
Variant.
The name of the resource being identified.
- ResourceType
-
[ByRef]
Variant.
The type of resource being identified.
- LanguageID
-
[ByVal]
Long.
The Locale ID associated with the resource.
Return Values
ResourceKey - An object that can be used to uniquely identify a resource.
Remarks
ResourceName and ResourceType can be a string or number.
See Also
Project CorLib Overview
Class Constructors Overview