| 40 | // disallow copying |
| 41 | CCryptPropertySheet(CCryptPropertySheet const&) = delete; |
| 42 | void operator=(CCryptPropertySheet const&) = delete; |
| 43 | |
| 44 | CCryptPropertySheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); |
| 45 | CCryptPropertySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); |
nothing calls this directly
no outgoing calls
no test coverage detected