SCardAudit function winscard

int SCardAudit(
  1. int hContext,
  2. int dwEvent
)

The SCardAudit function writes event messages to the Windows application log Microsoft-Windows-SmartCard-Audit/Authentication.

LONG SCardAudit(
  SCARDCONTEXT hContext,
  DWORD        dwEvent
);

Implementation

int SCardAudit(int hContext, int dwEvent) => _SCardAudit(hContext, dwEvent);