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

Method IsValidMountPointColumnWidth

cppcryptfs/ui/MountPropertyPage.cpp:1957–1960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1955}
1956
1957BOOL CMountPropertyPage::IsValidMountPointColumnWidth(int cw)
1958{
1959 return cw >= 50 && cw <= 350;
1960}
1961
1962void CMountPropertyPage::PrintInfo(OutputHandler& output_handler, LPCWSTR mountpoint)
1963{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected