unsigned GenerateIdString(char* pbuffer, UPInt bufferSize = 9, char suffixLetter = 0) const;
GenerateIdString generates a resource string that can hold up to 8 characters. The size of the buffer to hold the string must be 9 characters.
Parameters |
Description |
char* pbuffer |
Buffer that holds the string. |
UPInt bufferSize = 9 |
Size of the buffer. Must be 9 characters. |
char suffixLetter = 0 |
Suffix letter. |