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

Method CCryptPropertySheet

cppcryptfs/ui/CryptPropertySheet.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56IMPLEMENT_DYNAMIC(CCryptPropertySheet, CPropertySheet)
57
58CCryptPropertySheet::CCryptPropertySheet(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage)
59 :CPropertySheet(nIDCaption, pParentWnd, iSelectPage)
60{
61 m_nMountPageIndex = 0;
62 m_bHideAfterInit = FALSE;
63 m_psh.dwFlags |= PSH_NOAPPLYNOW;
64 m_psh.dwFlags &= ~PSH_HASHELP;
65}
66
67CCryptPropertySheet::CCryptPropertySheet(LPCTSTR pszCaption, CWnd* pParentWnd, UINT iSelectPage)
68 :CPropertySheet(pszCaption, pParentWnd, iSelectPage)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected