Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SCardGetAttrib Function

Status
Not open for further replies.

Denyson

Programmer
Mar 20, 2001
19
BR
Hi,

I'm working with Smart-Cards and PCSC. I'm using the function SCardGetAttrib. The third parameter of the funtion is declared like OUT LPBYTE but I have to receive a 32 bits String. Is there any variable 32 bits Unsigned char that can work with SCardGetAttrib?

Thanks

 
Have you tried receiving it as an unsigned int and casting it as needed? Or maybe masking the values or using a char array size [4]?

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top