| 1955 | } |
| 1956 | |
| 1957 | BOOL CMountPropertyPage::IsValidMountPointColumnWidth(int cw) |
| 1958 | { |
| 1959 | return cw >= 50 && cw <= 350; |
| 1960 | } |
| 1961 | |
| 1962 | void CMountPropertyPage::PrintInfo(OutputHandler& output_handler, LPCWSTR mountpoint) |
| 1963 | { |
nothing calls this directly
no outgoing calls
no test coverage detected