SCR331-DI Product Technical Manual
IND.SCR331-DI.MANUAL.VER.1.8
VER1.8
Page 36 of 36
ret
=
SCardDisconnect(CardHandle, SCARD_RESET_CARD);
}
else
{
printf("\n SCardConnect failed with 0x%.8lX",ret);
}
ret
=
SCardReleaseContext(ContextHandle);
}
else
{
printf("\n
SCardEstablishContext failed with %.8lX",ret);
}
printf("\npress any key to close the test tool\n");
getch();
}