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

Method CallbackFunction

cppcryptfs/ui/FolderDialog.cpp:66–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void CFolderDialog::CallbackFunction(HWND hWnd, UINT uMsg, LPARAM lParam)
67{
68 // Save the window handle. The Set* functions need it and they may
69 // be called by the virtual funtions.
70 m_hDialogBox = hWnd;
71
72 // Dispatch the two message types to the virtual functions
73 switch (uMsg)
74 {
75 case BFFM_INITIALIZED:
76 OnInitDialog();
77 break;
78 case BFFM_SELCHANGED:
79 OnSelChanged((ITEMIDLIST*) lParam);
80 break;
81 }
82}
83
84int CFolderDialog::DoModal()
85{

Callers 1

BrowseDirectoryCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected