37 LONG
rv = SCardEstablishContext(SCARD_SCOPE_SYSTEM, NULL, NULL, &
e->ctx);
38 if (
rv != SCARD_S_SUCCESS) {
push_value(vm, make_int(slot))
static int pcsc_alloc_ctx_slot(void)
Allocate a free context slot in the PC/SC registry.
static pcsc_ctx_entry * pcsc_get_ctx(int id)
Lookup a context slot by id.
Value make_int(int64_t v)
Construct a Value representing a 64-bit integer.