Fun API Documentation 0.42.1
The programming language that makes you have fun!
Loading...
Searching...
No Matches
pcsc_ctx_entry Struct Reference

One slot in the PC/SC context registry. More...

Data Fields

SCARDCONTEXT ctx
int in_use

Detailed Description

One slot in the PC/SC context registry.

Ownership notes:

  • The registry does not own the context; it merely stores the value returned by SCardEstablishContext(). Callers/opcodes are responsible for invoking SCardReleaseContext() at the appropriate time.

Definition at line 77 of file pcsc.c.

Field Documentation

◆ ctx

SCARDCONTEXT ctx

Established context value.

Definition at line 78 of file pcsc.c.

◆ in_use

int in_use

1 if the slot is currently allocated; 0 otherwise.

Definition at line 79 of file pcsc.c.


The documentation for this struct was generated from the following file: