27 Aug
2008
27 Aug
'08
2:43 a.m.
"Mounir IDRASSI" <mounir.idrassi(a)idrix.net> wrote:
This patch corrects the declaration of the function SCardReleaseStartedEvent of Winscard to match its definition in MSDN found in the following link :
http://msdn.microsoft.com/en-us/library/aa379799(VS.85).aspx
-void WINAPI SCardReleaseStartedEvent(void); +void WINAPI SCardReleaseStartedEvent(HANDLE);
This doesn't match an actual declaration used by PSDK. It's better to use PSDK for a reference, not an online documentation since the latter one is proved to have many typos. -- Dmitry.