Re: Winscard: Correct the declaration of SCardReleaseStartedEvent to match MSDN
"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.
Hi, You're right: I have done a small test and MSDN is indeed wrong on the definition of this function. Sorry for my erroneous patch. -- Mounir IDRASSI IDRIX http://www.idrix.fr On Wed, August 27, 2008 4:43 am, Dmitry Timoshkov wrote:
"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.
participants (2)
-
Dmitry Timoshkov -
Mounir IDRASSI