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

Class LanguageOption

cppcryptfs/cppcryptfs.h:73–76  ·  view source on GitHub ↗

Structure for linking the system language ID and its text name

Source from the content-addressed store, hash-verified

71
72// Structure for linking the system language ID and its text name
73struct LanguageOption {
74 WORD langID;
75 CString name;
76};
77
78class CcppcryptfsApp : public CWinApp
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected