Home
last modified time | relevance | path

Searched refs:defaultFormatID (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/cryptui/
H A Dmain.c5800 int defaultFormatID; in export_format_enable_controls() local
5805 defaultFormatID = IDC_EXPORT_FORMAT_BASE64; in export_format_enable_controls()
5808 defaultFormatID = IDC_EXPORT_FORMAT_CMS; in export_format_enable_controls()
5811 defaultFormatID = IDC_EXPORT_FORMAT_PFX; in export_format_enable_controls()
5814 defaultFormatID = IDC_EXPORT_FORMAT_DER; in export_format_enable_controls()
5816 SendMessageW(GetDlgItem(hwnd, defaultFormatID), BM_CLICK, 0, 0); in export_format_enable_controls()
5817 if (defaultFormatID == IDC_EXPORT_FORMAT_PFX) in export_format_enable_controls()