SCardIsValidContext function winscard

int SCardIsValidContext(
  1. int hContext
)

The SCardIsValidContext function determines whether a smart card context handle is valid.

LONG SCardIsValidContext(
  SCARDCONTEXT hContext
);

Implementation

int SCardIsValidContext(int hContext) => _SCardIsValidContext(hContext);