SCardSetCardTypeProviderName function winscard
Specifies the name of the module (dynamic link library) containing the provider for a given card name and provider type.
To learn more, see learn.microsoft.com/windows/win32/api/winscard/nf-winscard-scardsetcardtypeprovidernamew.
Implementation
@pragma('vm:prefer-inline')
int SCardSetCardTypeProviderName(
int hContext,
PCWSTR szCardName,
int dwProviderId,
PCWSTR szProvider,
) => _SCardSetCardTypeProviderName(
hContext,
szCardName,
dwProviderId,
szProvider,
);