MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / LANGANDCODEPAGE

Class LANGANDCODEPAGE

libcommonutil/commonutil.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected