| 257 | |
| 258 | |
| 259 | INT_PTR CCryptPropertySheet::DoModal() |
| 260 | { |
| 261 | // TODO: Add your specialized code here and/or call the base class |
| 262 | |
| 263 | return CPropertySheet::DoModal(); |
| 264 | |
| 265 | } |
| 266 | |
| 267 | BOOL CCryptPropertySheet::OnCopyData(CWnd* pWnd, COPYDATASTRUCT* pCopyDataStruct) |
| 268 | { |
nothing calls this directly
no outgoing calls
no test coverage detected