Searched defs:dwPreferredProtocol (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | scard.c | 870 SERVER_DWORD dwPreferredProtocol; local 879 in_uint32_le(in, dwPreferredProtocol); 886 DEBUG_SCARD(("SCARD: SCardConnect(context: 0x%08x [0x%lx], share: 0x%08x, proto: 0x%08x, reader: \"%s\")\n", (unsigned) hContext, myHContext, (unsigned) dwShareMode, (unsigned) dwPreferredProtocol, szReader ? szReader : "NULL")); 889 (MYPCSC_DWORD) dwPreferredProtocol, &myHCard, &dwActiveProtocol); 953 SERVER_DWORD dwPreferredProtocol; local 959 in_uint32_le(in, dwPreferredProtocol); 968 DEBUG_SCARD(("SCARD: SCardReconnect(context: 0x%08x, hcard: 0x%08x [%lx], share: 0x%08x, proto: 0x%08x, init: 0x%08x)\n", (unsigned) hContext, (unsigned) hCard, myHCard, (unsigned) dwShareMode, (unsigned) dwPreferredProtocol, (unsigned) dwInitialization)); 969 rv = SCardReconnect(myHCard, (MYPCSC_DWORD) dwShareMode, (MYPCSC_DWORD) dwPreferredProtocol,
|
Completed in 766 milliseconds