SCardWriteCache function winscard
Writes a name-value pair from a smart card to the global cache maintained by the Smart Card Resource Manager.
To learn more, see learn.microsoft.com/windows/win32/api/winscard/nf-winscard-scardwritecachew.
Implementation
@pragma('vm:prefer-inline')
int SCardWriteCache(
int hContext,
Pointer<GUID> cardIdentifier,
int freshnessCounter,
PCWSTR lookupName,
Pointer<Uint8> data,
int dataLen,
) => _SCardWriteCache(
hContext,
cardIdentifier,
freshnessCounter,
lookupName,
data,
dataLen,
);