SCardCancel method

int SCardCancel(
  1. int hContext
)

Implementation

int SCardCancel(int hContext) {
  return _SCardCancel(hContext);
}