| 349 | } |
| 350 | |
| 351 | void SetFileAttributesDialog::SaveState() |
| 352 | { |
| 353 | m_psfadps->SaveDialogPosition(m_hDlg); |
| 354 | |
| 355 | m_psfadps->m_bStateSaved = TRUE; |
| 356 | } |
| 357 | |
| 358 | void SetFileAttributesDialog::SetAttributeCheckState(HWND hwnd, int nAttributes, int nSelected) |
| 359 | { |
nothing calls this directly
no test coverage detected