ResourceRevision Property
The current revision of the file.
Syntax
char* GetResourceRevision();
int SetResourceRevision(char* lpszResourceRevision);
Default Value
""
Remarks
This property holds the revision of the file specified by ResourceIndex. This can be used to detect changes and avoid conflicts. This value is also used when calling RestoreResource.
This property is not available at design time.
Data Type
String