Searched refs:readerListSize (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/SmartCardServices-55111/src/PCSC/utils/
H A DbundleTool.c62 DWORD readerListSize; local
147 readerListSize = 0;
148 rv = SCardListReaders(hContext, 0, 0, &readerListSize);
151 readerList = (char *) malloc(sizeof(char) * readerListSize);
154 rv = SCardListReaders(hContext, 0, readerList, &readerListSize);

Completed in 117 milliseconds