SCardIsValidContext method

int SCardIsValidContext(
  1. int hContext
)

Implementation

int SCardIsValidContext(
  int hContext,
) {
  return _SCardIsValidContext(
    hContext,
  );
}