April 27, 2026
8:18 a.m.
Hans Leidekker (@hans) commented about dlls/winscard/winscard.c:
return SCARD_S_SUCCESS; }
+/* subkey of the db in HKLM */ +const WCHAR* SUBKEY_SMARTCARDS_DATABASE = L"SOFTWARE\\Microsoft\\Cryptography\\Calais\\SmartCards"; + +/******************************************************************************* + * SCardGetCardTypeProviderNameW (winscard.@) + * + * Return the name of the "provider" that handles the given type of card. + * Depending on the value of `provider_id`, this return either the name of the DLL, crypto provider, or key storage provider.
We no longer do function documentation. We can refer to MSDN instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10751#note_137727