SCardReleaseContext method

int SCardReleaseContext(
  1. int hContext
)

Implementation

int SCardReleaseContext(
  int hContext,
) {
  return _SCardReleaseContext(
    hContext,
  );
}