Parent Directory
|
Revision Log
|
Patch
revision 4 by vletoux, Tue Feb 23 19:18:59 2010 UTC | revision 5 by vletoux, Tue Mar 2 18:54:34 2010 UTC | |
---|---|---|
# | Line 149 INT_PTR CALLBACK WndProc(HWND hWnd, UINT | Line 149 INT_PTR CALLBACK WndProc(HWND hWnd, UINT |
149 | dwReturn = ImportKey(SendDlgItemMessage(hMainWnd,IDC_CONTAINERINDEX, CB_GETCURSEL, 0, 0)); | dwReturn = ImportKey(SendDlgItemMessage(hMainWnd,IDC_CONTAINERINDEX, CB_GETCURSEL, 0, 0)); |
150 | MessageBoxWin32(dwReturn); | MessageBoxWin32(dwReturn); |
151 | break; | break; |
152 | case IDC_SAMEKEY: | |
153 | dwReturn = SetTheSameKeyForAllContainers(); | |
154 | MessageBoxWin32(dwReturn); | |
155 | break; | |
156 | ////////// base CSP | ////////// base CSP |
157 | case IDC_CONTAINER: | case IDC_CONTAINER: |
158 | dwReturn = ListContainer(); | dwReturn = ListContainer(); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |