/[openpgpmdrv]/trunk/OpenPGPminidriverTest/main.cpp
ViewVC logotype

Diff of /trunk/OpenPGPminidriverTest/main.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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();

Legend:
Removed from v.4  
changed lines
  Added in v.5

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26