Group: Authentication - Library: winscard
LONG SCardIsValidContext(
__in SCARDCONTEXT hContext
);
DECLARE LONG SCardIsValidContext IN Winscard;
INTEGER hContext
hContext [in] Handle that identifies the resource manager context. The resource manager context can be set by a previous call to SCardEstablishContext.
If the hContext parameter is valid, the function returns SCARD_S_SUCCESS (0).
See also: SCardEstablishContext.