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

/openjdk7/jdk/src/windows/native/sun/security/smartcardio/
H A Dpcsc_md.h38 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \
39 (SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders))
/openjdk7/jdk/src/solaris/native/sun/security/smartcardio/
H A Dpcsc_md.h47 ULONG dwTimeout,
81 #define CALL_SCardGetStatusChange(hContext, dwTimeout, rgReaderStates, cReaders) \
82 ((scardGetStatusChange)(hContext, dwTimeout, rgReaderStates, cReaders))
/openjdk7/jdk/src/solaris/native/sun/security/smartcardio/MUSCLE/
H A Dwinscard.h28 LONG SCardSetTimeout(SCARDCONTEXT hContext, DWORD dwTimeout);
56 DWORD dwTimeout,
/openjdk7/jdk/src/windows/transport/shmem/
H A Dshmem_md.c264 DWORD dwTimeout = (timeout == 0) ? INFINITE : (DWORD)timeout; local
279 dwTimeout);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp2092 fi.dwTimeout = timeout;

Completed in 42 milliseconds