| 73 | unsigned int iLegalCopyrightLen = 0; |
| 74 | |
| 75 | struct LANGANDCODEPAGE { |
| 76 | WORD wLanguage; |
| 77 | WORD wCodePage; |
| 78 | } *lpTranslate; |
| 79 | |
| 80 | // Read the list of languages and code pages. |
| 81 | unsigned int cbTranslate; |
nothing calls this directly
no outgoing calls
no test coverage detected