515 |
} |
} |
516 |
switch (LOWORD (wparam)) { |
switch (LOWORD (wparam)) { |
517 |
case IDC_CEDIT_CHPIN: |
case IDC_CEDIT_CHPIN: |
518 |
DialogBoxParam( glob_hinst, (LPCTSTR)IDD_WINPT_CARD_CHPIN, dlg, |
DialogBoxParam (glob_hinst, (LPCTSTR)IDD_WINPT_CARD_CHPIN, dlg, |
519 |
card_changepin_dlg_proc, NULL ); |
card_changepin_dlg_proc, 0); |
520 |
break; |
break; |
521 |
|
|
522 |
case IDC_CEDIT_NEWKEYS: |
case IDC_CEDIT_NEWKEYS: |
528 |
return TRUE; |
return TRUE; |
529 |
} |
} |
530 |
DialogBoxParam (glob_hinst, (LPCTSTR)IDD_WINPT_CARD_KEYGEN, |
DialogBoxParam (glob_hinst, (LPCTSTR)IDD_WINPT_CARD_KEYGEN, |
531 |
glob_hwnd, card_keygen_dlg_proc, NULL); |
glob_hwnd, card_keygen_dlg_proc, 0); |
532 |
break; |
break; |
533 |
|
|
534 |
case IDOK: |
case IDOK: |