G
Guest
Hi there,
I got a link here
http://www.derkeiler.com/Newsgroups/microsoft.public.platformsdk.security/2003-10/0259.html
I am wondering, how do you get the value of SCARD_PROTOCOL_T0:
Dim pioSendRequest, pioRecvRequest As SCARD_IO_REQUEST
pioSendRequest.dwProtocol = SCARD_PROTOCOL_T0
pioSendRequest.cbPciLength = Len(pioSendRequest)
pioRecvRequest.dwProtocol = SCARD_PROTOCOL_T0
pioRecvRequest.cbPciLength = Len(pioRecvRequest)
I can't find the value in winscard.h
Anyone know how to fix this? Coz i am doing in .net, not too sure whether i
should ask in platform sdk forum?
Any help please? Thanks yeah
I got a link here
http://www.derkeiler.com/Newsgroups/microsoft.public.platformsdk.security/2003-10/0259.html
I am wondering, how do you get the value of SCARD_PROTOCOL_T0:
Dim pioSendRequest, pioRecvRequest As SCARD_IO_REQUEST
pioSendRequest.dwProtocol = SCARD_PROTOCOL_T0
pioSendRequest.cbPciLength = Len(pioSendRequest)
pioRecvRequest.dwProtocol = SCARD_PROTOCOL_T0
pioRecvRequest.cbPciLength = Len(pioRecvRequest)
I can't find the value in winscard.h
Anyone know how to fix this? Coz i am doing in .net, not too sure whether i
should ask in platform sdk forum?
Any help please? Thanks yeah
