ResourceName Property
The name of the resource.
Syntax
char* GetResourceName();
int SetResourceName(char* lpszResourceName);
Default Value
""
Remarks
This property specifies the name of the resource.
Naming restrictions:
- Names must be 255 characters or less.
- Names with non-printable ASCII are not supported.
- Names with the characters "/", "\", or trailing whitespace are not supported.
- The special names "." and ".." are not supported.
Data Type
String