Searched defs:pbAttr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.c1972 unsigned char *pbAttr; local
1992 pbAttr = NULL;
1996 pbAttr = NULL;
2000 pbAttr = SC_xmalloc(&lcHandle, dwAttrLen);
2001 if (!pbAttr)
2006 rv = SCardGetAttrib(myHCard, (MYPCSC_DWORD) dwAttrId, pbAttr, &attrLen);
2022 if (!pbAttr)
2028 out_uint8p(out, pbAttr, dwAttrLen);
2047 unsigned char *pbAttr;
2065 pbAttr
[all...]

Completed in 79 milliseconds