Re: [PATCH v3 0/4] MR10751: winscard: Implement SCardGetCardTypeProviderName and SCardListCards (smartcard database)
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
6
Age (days ago)
6
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker (@hans)