Skip to content

Instantly share code, notes, and snippets.

@informatimago
Created September 6, 2018 09:25
Show Gist options
  • Save informatimago/7fcb0153c60cfa956b595111ea697c23 to your computer and use it in GitHub Desktop.
Save informatimago/7fcb0153c60cfa956b595111ea697c23 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
F/3:45:37[pjb@L0231342 :0.0 doc]$ cd /tmp
F/3:45:37[pjb@L0231342 :0.0 tmp]$ git clone https://github.com/informatimago/FreeRDP.git freerdp-test-smartcard-logon-rdp
Cloning into 'freerdp-test-smartcard-logon-rdp'...
remote: Counting objects: 109847, done.
remote: Compressing objects: 100% (1546/1546), done.
remote: Total 109847 (delta 326), reused 220 (delta 15), pack-reused 108282
Receiving objects: 100% (109847/109847), 37.70 MiB | 294.00 KiB/s, done.
Resolving deltas: 100% (83201/83201), done.
Checking connectivity... done.
F/3:45:37[pjb@L0231342 :0.0 tmp]$ cd freerdp-test-smartcard-logon-rdp/
F/3:45:37[pjb@L0231342 :0.0 freerdp-test-smartcard-logon-rdp]$ git checkout smartcard-logon-rdp
Branch smartcard-logon-rdp set up to track remote branch smartcard-logon-rdp from origin.
Switched to a new branch 'smartcard-logon-rdp'
F/3:45:37[pjb@L0231342 :0.0 freerdp-test-smartcard-logon-rdp]$ cmake \
-DWITH_SSE2=ON \
-DWITH_GSSAPI=ON \
-DWITH_PKCS11H=ON \
-DWITH_KERBEROS=ON \
\
-DCMAKE_BUILD_TYPE=Debug \
-DBUILD_TESTING=ON \
-DWITH_CUNIT=ON \
\
-DWITH_DEBUG_NTLM=ON \
-DWITH_DEBUG_NEGO=ON \
-DWITH_DEBUG_NLA=ON \
-DWITH_DEBUG_SCARD=ON \
. \
&& make \
&& make CTEST_OUTPUT_ON_FAILURE=1 test
> > > > > > > > > > > > > > > > -- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
FREERDP_VERSION=2.0.0-dev4
-- Git Revision 9a5bc48
-- Looking for __x86_64__
-- Looking for __x86_64__ - found
-- Performing Test Wno-unused-result
-- Performing Test Wno-unused-result - Success
-- Performing Test Wno-unused-but-set-variable
-- Performing Test Wno-unused-but-set-variable - Success
-- Performing Test Wno-deprecated-declarations
-- Performing Test Wno-deprecated-declarations - Success
-- Performing Test Wno-deprecated-declarationsCXX
-- Performing Test Wno-deprecated-declarationsCXX - Success
-- Performing Test Wno-format
-- Performing Test Wno-format - Success
-- Performing Test Wimplicit-function-declaration
-- Performing Test Wimplicit-function-declaration - Success
-- Performing Test Wredundant-decls
-- Performing Test Wredundant-decls - Success
-- Performing Test fno-omit-frame-pointer
-- Performing Test fno-omit-frame-pointer - Success
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file execinfo.h
-- Looking for include file execinfo.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file sys/modem.h
-- Looking for include file sys/modem.h - not found
-- Looking for include file sys/filio.h
-- Looking for include file sys/filio.h - not found
-- Looking for include file sys/sockio.h
-- Looking for include file sys/sockio.h - not found
-- Looking for include file sys/strtio.h
-- Looking for include file sys/strtio.h - not found
-- Looking for include file sys/select.h
-- Looking for include file sys/select.h - found
-- Looking for include file syslog.h
-- Looking for include file syslog.h - found
-- Performing Test HAVE_TM_GMTOFF
-- Performing Test HAVE_TM_GMTOFF - Success
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Looking for pthread_mutex_timedlock
-- Looking for pthread_mutex_timedlock - not found
-- Looking for pthread_mutex_timedlock in pthread
-- Looking for pthread_mutex_timedlock in pthread - found
-- Looking for include file aio.h
-- Looking for include file aio.h - found
-- Looking for include file sys/eventfd.h
-- Looking for include file sys/eventfd.h - found
-- Looking for eventfd_read
-- Looking for eventfd_read - found
-- Looking for include file sys/timerfd.h
-- Looking for include file sys/timerfd.h - found
-- Looking for include file poll.h
-- Looking for include file poll.h - found
-- Looking for ceill
-- Looking for ceill - found
-- Finding recommended feature libsystemd for systemd journal appender (allows to export wLog to systemd journal)
-- Disable feature libsystemd using "-DWITH_LIBSYSTEMD=OFF"
-- Could NOT find libsystemd (missing: LIBSYSTEMD_LIBRARY)
CMake Warning at cmake/FindFeature.cmake:46 (message):
feature libsystemd was requested but could not be found! ON / FALSE
Call Stack (most recent call first):
CMakeLists.txt:820 (find_feature)
-- Finding recommended feature X11 for X11 (X11 client and server)
-- Disable feature X11 using "-DWITH_X11=OFF"
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
-- Finding recommended feature Wayland for Wayland (Wayland client)
-- Disable feature Wayland using "-DWITH_WAYLAND=OFF"
-- Checking for module 'wayland-scanner'
-- Found wayland-scanner, version 1.4.0
-- Checking for module 'wayland-client'
-- Found wayland-client, version 1.4.0
-- Checking for module 'xkbcommon'
-- Found xkbcommon, version 0.4.1
-- Found WAYLAND: /usr/bin/wayland-scanner
-- Skipping optional feature DirectFB for DirectFB (DirectFB client)
-- Enable feature DirectFB using "-DWITH_DIRECTFB=ON"
-- Finding required feature ZLIB for compression (data compression)
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
-- Finding required feature OpenSSL for cryptography (encryption, certificate validation, hashing functions)
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1.0.1f")
-- Skipping optional feature MbedTLS for cryptography (encryption, certificate validation, hashing functions)
-- Enable feature MbedTLS using "-DWITH_MBEDTLS=ON"
-- Skipping optional feature OpenSLES for multimedia (OpenSLES audio / video)
-- Enable feature OpenSLES using "-DWITH_OPENSLES=ON"
-- Finding recommended feature OSS for sound (audio input, audio output and multimedia redirection)
-- Disable feature OSS using "-DWITH_OSS=OFF"
-- Found OSS Audio
-- Finding recommended feature ALSA for sound (audio input, audio output and multimedia redirection)
-- Disable feature ALSA using "-DWITH_ALSA=OFF"
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.0.27.2")
-- Skipping optional feature Pulse for sound (audio input, audio output and multimedia redirection)
-- Enable feature Pulse using "-DWITH_PULSE=ON"
-- Skipping optional feature Cups for printing (printer device redirection)
-- Enable feature Cups using "-DWITH_CUPS=ON"
-- Skipping optional feature PCSC for smart card (smart card device redirection)
-- Enable feature PCSC using "-DWITH_PCSC=ON"
-- Finding recommended feature FFmpeg for multimedia (multimedia redirection, audio and video playback)
-- Disable feature FFmpeg using "-DWITH_FFMPEG=OFF"
-- Checking for module 'libavcodec'
-- Found libavcodec, version 54.35.1
-- Checking for module 'libavutil'
-- Found libavutil, version 52.3.0
-- Checking for module 'libavresample'
-- Found libavresample, version 1.0.1
-- Found FFmpeg: TRUE
-- Skipping optional feature GStreamer_0_10 for multimedia (multimedia redirection, audio and video playback, gstreamer 0.10 version)
-- Enable feature GStreamer_0_10 using "-DWITH_GSTREAMER_0_10=ON"
-- Finding recommended feature GStreamer_1_0 for multimedia (multimedia redirection, audio and video playback)
-- Disable feature GStreamer_1_0 using "-DWITH_GSTREAMER_1_0=OFF"
-- Checking for module 'glib-2.0'
-- Found glib-2.0, version 2.40.2
-- Found Glib
-- Checking for module 'gstreamer-1.0 >= 1.0.5'
-- Found gstreamer-1.0 , version 1.2.4
-- Checking for module 'gstreamer-base-1.0 >= 1.0.5'
-- Found gstreamer-base-1.0 , version 1.2.4
-- Checking for module 'gstreamer-app-1.0 >= 1.0.5'
-- Found gstreamer-app-1.0 , version 1.2.4
-- Checking for module 'gstreamer-audio-1.0 >= 1.0.5'
-- Found gstreamer-audio-1.0 , version 1.2.4
-- Checking for module 'gstreamer-fft-1.0 >= 1.0.5'
-- Found gstreamer-fft-1.0 , version 1.2.4
-- Checking for module 'gstreamer-pbutils-1.0 >= 1.0.5'
-- Found gstreamer-pbutils-1.0 , version 1.2.4
-- Checking for module 'gstreamer-video-1.0 >= 1.0.5'
-- Found gstreamer-video-1.0 , version 1.2.4
-- Found GSTREAMER_1_0: /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so
-- Skipping optional feature JPEG for codec (use JPEG library)
-- Enable feature JPEG using "-DWITH_JPEG=ON"
-- Skipping optional feature x264 for codec (use x264 library)
-- Enable feature x264 using "-DWITH_X264=ON"
-- Skipping optional feature OpenH264 for codec (use OpenH264 library)
-- Enable feature OpenH264 using "-DWITH_OPENH264=ON"
-- Skipping optional feature GSM for codec (GSM audio codec library)
-- Enable feature GSM using "-DWITH_GSM=ON"
-- Skipping optional feature LAME for codec (lame MP3 audio codec library)
-- Enable feature LAME using "-DWITH_LAME=ON"
-- Skipping optional feature FAAD2 for codec (FAAD2 AAC audio codec library)
-- Enable feature FAAD2 using "-DWITH_FAAD2=ON"
-- Skipping optional feature FAAC for codec (FAAC AAC audio codec library)
-- Enable feature FAAC using "-DWITH_FAAC=ON"
-- Finding optional feature GSSAPI for auth (add kerberos support)
CMake Warning at cmake/FindGSSAPI.cmake:81 (message):
export GSS_ROOT_FLAVOUR to use pkg-config
Call Stack (most recent call first):
cmake/FindFeature.cmake:31 (find_package)
CMakeLists.txt:877 (find_feature)
-- Looking for include files gssapi/gssapi_generic.h, gssapi/gssapi_ext.h
-- Looking for include files gssapi/gssapi_generic.h, gssapi/gssapi_ext.h - found
-- Found GSS: /usr/local/lib/libgssapi_krb5.so;/usr/local/lib/libkrb5.so;/usr/local/lib/libkrb5support.so;/usr/local/lib/libcom_err.so (found version "Kerberos 5 release 1.12
")
-- Skipping optional feature IPP for performance (Intel Integrated Performance Primitives library)
-- Enable feature IPP using "-DWITH_IPP=ON"
-- Using OpenSSL Version: 1.0.1f
-- Looking for include file stdbool.h
-- Looking for include file stdbool.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for timer_create
-- Looking for timer_create - found
-- Looking for timer_delete
-- Looking for timer_delete - found
-- Looking for timer_settime
-- Looking for timer_settime - found
-- Looking for timer_gettime
-- Looking for timer_gettime - found
-- Finding recommended feature XKBFile for X11 keyboard (X11 keyboard file extension)
-- Disable feature XKBFile using "-DWITH_XKBFILE=OFF"
-- Found XKBFile: /usr/lib/x86_64-linux-gnu/libxkbfile.so
Skipping connection tests, requires WITH_SAMPLE and WITH_SERVER set!
-- Adding dynamic channel client server "audin": Audio Input Redirection Virtual Channel Extension
-- Adding static channel client server "cliprdr": Clipboard Virtual Channel Extension
-- Adding dynamic channel client "disp": Display Update Virtual Channel Extension
-- Adding static channel client server "drdynvc": Dynamic Virtual Channel Extension
-- Adding device channel client "drive": Drive Redirection Virtual Channel Extension
-- Adding dynamic channel client server "echo": Echo Virtual Channel Extension
-- Adding static channel client server "encomsp": Multiparty Virtual Channel Extension
-- Adding dynamic channel client "geometry": Geometry tracking Virtual Channel Extension
-- Adding device channel client "parallel": Parallel Port Virtual Channel Extension
-- Adding static channel client "rail": Remote Programs Virtual Channel Extension
-- Adding static channel client server "rdpdr": Device Redirection Virtual Channel Extension
-- Adding dynamic channel client "rdpei": Input Virtual Channel Extension
-- Adding dynamic channel client "rdpgfx": Graphics Pipeline Extension
-- Adding static channel client server "rdpsnd": Audio Output Virtual Channel Extension
-- Adding static channel client server "remdesk": Remote Assistance Virtual Channel Extension
-- Adding device channel client "serial": Serial Port Virtual Channel Extension
-- Adding device channel client "smartcard": Smart Card Virtual Channel Extension
-- Adding dynamic channel client "tsmf": Video Redirection Virtual Channel Extension
-- Finding required feature XRandR for X11 randr (X11 randr extension)
-- Found XRANDR: /usr/lib/x86_64-linux-gnu/libXrandr.so
-- Finding recommended feature Xext for X11 extension (X11 core extensions)
-- Disable feature Xext using "-DWITH_XEXT=OFF"
-- Found Xext: /usr/lib/x86_64-linux-gnu/libXext.so
-- Adding dynamic channel client "video": Video optimized remoting Virtual Channel Extension
-- Found DocBookXSL: /usr/share/xml/docbook/stylesheet/docbook-xsl
-- Finding required feature XShm for X11 shared memory (X11 shared memory extension)
-- Found XShm: /usr/lib/x86_64-linux-gnu/libXext.so
-- Finding recommended feature Xinerama for multi-monitor (X11 multi-monitor extension)
-- Disable feature Xinerama using "-DWITH_XINERAMA=OFF"
-- Found Xinerama: /usr/lib/x86_64-linux-gnu/libXinerama.so
-- Finding recommended feature Xext for X11 extension (X11 core extensions)
-- Disable feature Xext using "-DWITH_XEXT=OFF"
-- Finding recommended feature Xcursor for cursor (X11 cursor extension)
-- Disable feature Xcursor using "-DWITH_XCURSOR=OFF"
-- Found Xcursor: /usr/lib/x86_64-linux-gnu/libXcursor.so
-- Finding recommended feature Xv for video (X11 video extension)
-- Disable feature Xv using "-DWITH_XV=OFF"
-- Found Xv: /usr/lib/x86_64-linux-gnu/libXv.so
-- Finding recommended feature Xi for input (X11 input extension)
-- Disable feature Xi using "-DWITH_XI=OFF"
-- Found Xi: /usr/lib/x86_64-linux-gnu/libXi.so
-- Looking for XITouchClass
-- Looking for XITouchClass - found
-- Finding recommended feature Xrender for rendering (X11 render extension)
-- Disable feature Xrender using "-DWITH_XRENDER=OFF"
-- Found Xrender: /usr/lib/x86_64-linux-gnu/libXrender.so
-- Finding recommended feature XRandR for tracking output configuration (X11 randr extension)
-- Disable feature XRandR using "-DWITH_XRANDR=OFF"
-- Finding recommended feature Xfixes for X11 xfixes extension (Useful additions to the X11 core protocol)
-- Disable feature Xfixes using "-DWITH_XFIXES=OFF"
-- Found Xfixes: /usr/lib/x86_64-linux-gnu/libXfixes.so
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/freerdp-test-smartcard-logon-rdp
Scanning dependencies of target winpr
[ 0%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/address.c.o
[ 0%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/barrier.c.o
[ 1%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/condition.c.o
[ 1%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/critical.c.o
[ 1%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/event.c.o
[ 1%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/init.c.o
[ 1%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/mutex.c.o
[ 1%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/semaphore.c.o
[ 1%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/sleep.c.o
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/srw.c.o
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/timer.c.o
/tmp/freerdp-test-smartcard-logon-rdp/winpr/libwinpr/synch/timer.c:581:15: warning: ‘timespec_to_ms’ defined but not used [-Wunused-function]
static UINT64 timespec_to_ms(struct timespec* tspec)
^
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/synch/wait.c.o
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/locale/locale.c.o
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/library/library.c.o
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/file/generic.c.o
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/file/namedPipeClient.c.o
[ 2%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/file/pattern.c.o
[ 3%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/file/file.c.o
[ 3%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/comm/comm.c.o
[ 3%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/comm/comm_io.c.o
[ 3%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/comm/comm_ioctl.c.o
[ 3%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/comm/comm_serial_sys.c.o
[ 3%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/comm/comm_sercx_sys.c.o
[ 3%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/comm/comm_sercx2_sys.c.o
[ 4%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pipe/pipe.c.o
[ 4%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/interlocked/interlocked.c.o
[ 4%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/security/security.c.o
[ 4%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/environment/environment.c.o
[ 4%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crypto/hash.c.o
[ 4%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crypto/rand.c.o
[ 4%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crypto/cipher.c.o
[ 5%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crypto/cert.c.o
[ 5%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crypto/crypto.c.o
[ 5%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/registry/registry_reg.c.o
[ 5%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/registry/registry.c.o
[ 5%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/credentials/credentials.c.o
[ 5%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/path/path.c.o
[ 5%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/path/shell.c.o
[ 6%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/io/device.c.o
[ 6%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/io/io.c.o
[ 6%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/memory/memory.c.o
[ 6%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/input/virtualkey.c.o
[ 6%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/input/scancode.c.o
[ 6%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/input/keycode.c.o
[ 6%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/shell/shell.c.o
[ 7%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/heap/heap.c.o
[ 7%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/ini.c.o
[ 7%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/sam.c.o
[ 7%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/ntlm.c.o
[ 7%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/image.c.o
[ 7%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/print.c.o
[ 7%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/stream.c.o
[ 8%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/strlst.c.o
[ 8%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/debug.c.o
[ 8%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/winpr.c.o
[ 8%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/cmdline.c.o
[ 8%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/ssl.c.o
[ 8%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/Queue.c.o
[ 8%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/Stack.c.o
[ 8%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/PubSub.c.o
[ 9%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/BipBuffer.c.o
[ 9%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/BitStream.c.o
[ 9%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/Reference.c.o
[ 9%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/ArrayList.c.o
[ 9%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/Dictionary.c.o
[ 9%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/LinkedList.c.o
[ 9%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/HashTable.c.o
[ 10%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/ListDictionary.c.o
[ 10%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/KeyValuePair.c.o
[ 10%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/CountdownEvent.c.o
[ 10%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/BufferPool.c.o
[ 10%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/ObjectPool.c.o
[ 10%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/StreamPool.c.o
[ 10%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/MessageQueue.c.o
[ 11%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/collections/MessagePipe.c.o
[ 11%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/lodepng/lodepng.c.o
[ 11%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/trio/trio.c.o
[ 11%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/trio/trionan.c.o
[ 11%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/trio/triostr.c.o
[ 11%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/wlog.c.o
[ 11%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/Layout.c.o
[ 12%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/Message.c.o
[ 12%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/TextMessage.c.o
[ 12%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/DataMessage.c.o
[ 12%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/ImageMessage.c.o
[ 12%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/PacketMessage.c.o
[ 12%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/Appender.c.o
[ 12%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/FileAppender.c.o
[ 13%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/BinaryAppender.c.o
[ 13%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/CallbackAppender.c.o
[ 13%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/ConsoleAppender.c.o
[ 13%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/UdpAppender.c.o
[ 13%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/utils/wlog/SyslogAppender.c.o
[ 13%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/error/error.c.o
[ 13%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/com/com.c.o
[ 14%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/timezone/timezone.c.o
[ 14%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sysinfo/sysinfo.c.o
[ 14%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pool/synch.c.o
[ 14%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pool/work.c.o
[ 14%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pool/timer.c.o
[ 14%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pool/io.c.o
[ 14%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pool/cleanup_group.c.o
[ 14%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pool/pool.c.o
[ 15%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pool/callback.c.o
[ 15%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/pool/callback_cleanup.c.o
[ 15%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/handle/handle.c.o
[ 15%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/handle/nonehandle.c.o
[ 15%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/thread/argv.c.o
[ 15%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/thread/process.c.o
[ 15%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/thread/processor.c.o
[ 16%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/thread/thread.c.o
[ 16%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/thread/tls.c.o
[ 16%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/winsock/winsock.c.o
[ 16%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/CredSSP/credssp.c.o
[ 16%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/NTLM/ntlm_av_pairs.c.o
[ 16%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/NTLM/ntlm_compute.c.o
[ 16%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/NTLM/ntlm_message.c.o
[ 17%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/NTLM/ntlm.c.o
/tmp/freerdp-test-smartcard-logon-rdp/winpr/libwinpr/sspi/NTLM/ntlm.c:112:12: warning: ‘ntlm_SetContextServicePrincipalNameA’ defined but not used [-Wunused-function]
static int ntlm_SetContextServicePrincipalNameA(NTLM_CONTEXT* context, char* ServicePrincipalName)
^
[ 17%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/Kerberos/kerberos.c.o
[ 17%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/Negotiate/negotiate.c.o
[ 17%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/Schannel/schannel_openssl.c.o
[ 17%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/Schannel/schannel.c.o
[ 17%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/sspi_winpr.c.o
[ 17%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/sspi_export.c.o
[ 18%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/sspi_gss.c.o
[ 18%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspi/sspi.c.o
[ 18%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/winhttp/winhttp.c.o
[ 18%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/asn1/asn1.c.o
[ 18%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/sspicli/sspicli.c.o
[ 18%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crt/alignment.c.o
[ 18%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crt/conversion.c.o
[ 19%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crt/buffer.c.o
[ 19%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crt/memory.c.o
[ 19%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crt/unicode.c.o
[ 19%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crt/string.c.o
[ 19%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/crt/utf.c.o
[ 19%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/bcrypt/bcrypt.c.o
[ 19%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/rpc.c.o
[ 20%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr.c.o
[ 20%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_array.c.o
[ 20%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_context.c.o
[ 20%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_correlation.c.o
[ 20%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_pointer.c.o
[ 20%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_private.c.o
[ 20%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_simple.c.o
[ 20%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_string.c.o
[ 21%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_structure.c.o
[ 21%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/ndr_union.c.o
[ 21%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/rpc/midl.c.o
[ 21%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/credui/credui.c.o
[ 21%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/wtsapi/wtsapi.c.o
[ 21%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/dsparse/dsparse.c.o
[ 21%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/wnd/wnd.c.o
[ 22%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/smartcard/smartcard.c.o
[ 22%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/smartcard/smartcard_pcsc.c.o
[ 22%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/smartcard/smartcard_inspect.c.o
[ 22%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/nt/nt.c.o
[ 22%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/clipboard/synthetic.c.o
[ 22%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/clipboard/clipboard.c.o
[ 22%] Building C object winpr/libwinpr/CMakeFiles/winpr.dir/clipboard/posix.c.o
[ 23%] Linking C shared library libwinpr2.so
[ 23%] Built target winpr
Scanning dependencies of target TestSynch
[ 23%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynch.c.o
[ 23%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchInit.c.o
[ 24%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchEvent.c.o
[ 24%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchMutex.c.o
[ 24%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchBarrier.c.o
[ 24%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchCritical.c.o
[ 24%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchSemaphore.c.o
[ 24%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchThread.c.o
[ 24%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchMultipleThreads.c.o
[ 25%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchTimerQueue.c.o
[ 25%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchWaitableTimer.c.o
[ 25%] Building C object winpr/libwinpr/synch/test/CMakeFiles/TestSynch.dir/TestSynchWaitableTimerAPC.c.o
[ 25%] Linking C executable ../../../../Testing/TestSynch
[ 25%] Built target TestSynch
Scanning dependencies of target TestLocale
[ 25%] Building C object winpr/libwinpr/locale/test/CMakeFiles/TestLocale.dir/TestLocale.c.o
[ 25%] Building C object winpr/libwinpr/locale/test/CMakeFiles/TestLocale.dir/TestLocaleFormatMessage.c.o
[ 26%] Linking C executable ../../../../Testing/TestLocale
[ 26%] Built target TestLocale
Scanning dependencies of target TestLibrary
[ 26%] Building C object winpr/libwinpr/library/test/CMakeFiles/TestLibrary.dir/TestLibrary.c.o
[ 26%] Building C object winpr/libwinpr/library/test/CMakeFiles/TestLibrary.dir/TestLibraryLoadLibrary.c.o
[ 26%] Building C object winpr/libwinpr/library/test/CMakeFiles/TestLibrary.dir/TestLibraryGetProcAddress.c.o
[ 26%] Building C object winpr/libwinpr/library/test/CMakeFiles/TestLibrary.dir/TestLibraryGetModuleFileName.c.o
[ 27%] Linking C executable ../../../../Testing/TestLibrary
[ 27%] Built target TestLibrary
Scanning dependencies of target TestLibraryA
[ 27%] Building C object winpr/libwinpr/library/test/TestLibraryA/CMakeFiles/TestLibraryA.dir/TestLibraryA.c.o
[ 27%] Linking C shared library ../../../../../Testing/TestLibraryA.so
[ 27%] Built target TestLibraryA
Scanning dependencies of target TestLibraryB
[ 27%] Building C object winpr/libwinpr/library/test/TestLibraryB/CMakeFiles/TestLibraryB.dir/TestLibraryB.c.o
[ 27%] Linking C shared library ../../../../../Testing/TestLibraryB.so
[ 27%] Built target TestLibraryB
Scanning dependencies of target TestFile
[ 27%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFile.c.o
[ 27%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFileCreateFile.c.o
[ 28%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFileDeleteFile.c.o
[ 28%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFileReadFile.c.o
[ 28%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFileWriteFile.c.o
[ 28%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFilePatternMatch.c.o
[ 28%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFileFindFirstFile.c.o
[ 28%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFileFindFirstFileEx.c.o
[ 28%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFileFindNextFile.c.o
[ 29%] Building C object winpr/libwinpr/file/test/CMakeFiles/TestFile.dir/TestFileGetStdHandle.c.o
[ 29%] Linking C executable ../../../../Testing/TestFile
[ 29%] Built target TestFile
Scanning dependencies of target TestPipe
[ 29%] Building C object winpr/libwinpr/pipe/test/CMakeFiles/TestPipe.dir/TestPipe.c.o
[ 29%] Building C object winpr/libwinpr/pipe/test/CMakeFiles/TestPipe.dir/TestPipeCreatePipe.c.o
[ 30%] Building C object winpr/libwinpr/pipe/test/CMakeFiles/TestPipe.dir/TestPipeCreateNamedPipe.c.o
[ 30%] Building C object winpr/libwinpr/pipe/test/CMakeFiles/TestPipe.dir/TestPipeCreateNamedPipeOverlapped.c.o
[ 30%] Linking C executable ../../../../Testing/TestPipe
[ 30%] Built target TestPipe
Scanning dependencies of target TestInterlocked
[ 30%] Building C object winpr/libwinpr/interlocked/test/CMakeFiles/TestInterlocked.dir/TestInterlocked.c.o
[ 30%] Building C object winpr/libwinpr/interlocked/test/CMakeFiles/TestInterlocked.dir/TestInterlockedAccess.c.o
[ 30%] Building C object winpr/libwinpr/interlocked/test/CMakeFiles/TestInterlocked.dir/TestInterlockedSList.c.o
[ 30%] Building C object winpr/libwinpr/interlocked/test/CMakeFiles/TestInterlocked.dir/TestInterlockedDList.c.o
[ 30%] Linking C executable ../../../../Testing/TestInterlocked
[ 30%] Built target TestInterlocked
Scanning dependencies of target TestSecurity
[ 30%] Building C object winpr/libwinpr/security/test/CMakeFiles/TestSecurity.dir/TestSecurity.c.o
[ 30%] Building C object winpr/libwinpr/security/test/CMakeFiles/TestSecurity.dir/TestSecurityToken.c.o
[ 31%] Linking C executable ../../../../Testing/TestSecurity
[ 31%] Built target TestSecurity
Scanning dependencies of target TestEnvironment
[ 31%] Building C object winpr/libwinpr/environment/test/CMakeFiles/TestEnvironment.dir/TestEnvironment.c.o
[ 31%] Building C object winpr/libwinpr/environment/test/CMakeFiles/TestEnvironment.dir/TestEnvironmentGetEnvironmentStrings.c.o
[ 31%] Building C object winpr/libwinpr/environment/test/CMakeFiles/TestEnvironment.dir/TestEnvironmentSetEnvironmentVariable.c.o
[ 31%] Building C object winpr/libwinpr/environment/test/CMakeFiles/TestEnvironment.dir/TestEnvironmentMergeEnvironmentStrings.c.o
[ 32%] Building C object winpr/libwinpr/environment/test/CMakeFiles/TestEnvironment.dir/TestEnvironmentGetSetEB.c.o
[ 32%] Linking C executable ../../../../Testing/TestEnvironment
[ 32%] Built target TestEnvironment
Scanning dependencies of target TestCrypto
[ 32%] Building C object winpr/libwinpr/crypto/test/CMakeFiles/TestCrypto.dir/TestCrypto.c.o
[ 32%] Building C object winpr/libwinpr/crypto/test/CMakeFiles/TestCrypto.dir/TestCryptoHash.c.o
[ 33%] Building C object winpr/libwinpr/crypto/test/CMakeFiles/TestCrypto.dir/TestCryptoRand.c.o
[ 33%] Building C object winpr/libwinpr/crypto/test/CMakeFiles/TestCrypto.dir/TestCryptoCipher.c.o
[ 33%] Building C object winpr/libwinpr/crypto/test/CMakeFiles/TestCrypto.dir/TestCryptoProtectData.c.o
[ 33%] Building C object winpr/libwinpr/crypto/test/CMakeFiles/TestCrypto.dir/TestCryptoProtectMemory.c.o
[ 33%] Building C object winpr/libwinpr/crypto/test/CMakeFiles/TestCrypto.dir/TestCryptoCertEnumCertificatesInStore.c.o
[ 33%] Linking C executable ../../../../Testing/TestCrypto
[ 33%] Built target TestCrypto
Scanning dependencies of target TestPath
[ 34%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPath.c.o
[ 34%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchAddBackslash.c.o
[ 34%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchRemoveBackslash.c.o
[ 34%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchAddBackslashEx.c.o
[ 34%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchRemoveBackslashEx.c.o
[ 34%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchAddExtension.c.o
[ 34%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchAppend.c.o
[ 35%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchAppendEx.c.o
[ 35%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchCanonicalize.c.o
[ 35%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchCanonicalizeEx.c.o
[ 35%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathAllocCanonicalize.c.o
[ 35%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchCombine.c.o
[ 35%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchCombineEx.c.o
[ 35%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathAllocCombine.c.o
[ 36%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchFindExtension.c.o
[ 36%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchRenameExtension.c.o
[ 36%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchRemoveExtension.c.o
[ 36%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchIsRoot.c.o
[ 36%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathIsUNCEx.c.o
[ 36%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchSkipRoot.c.o
[ 36%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchStripToRoot.c.o
[ 37%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchStripPrefix.c.o
[ 37%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathCchRemoveFileSpec.c.o
[ 37%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathShell.c.o
[ 37%] Building C object winpr/libwinpr/path/test/CMakeFiles/TestPath.dir/TestPathMakePath.c.o
[ 37%] Linking C executable ../../../../Testing/TestPath
[ 37%] Built target TestPath
Scanning dependencies of target TestIo
[ 37%] Building C object winpr/libwinpr/io/test/CMakeFiles/TestIo.dir/TestIo.c.o
[ 38%] Building C object winpr/libwinpr/io/test/CMakeFiles/TestIo.dir/TestIoDevice.c.o
[ 38%] Building C object winpr/libwinpr/io/test/CMakeFiles/TestIo.dir/TestIoGetOverlappedResult.c.o
[ 38%] Linking C executable ../../../../Testing/TestIo
[ 38%] Built target TestIo
Scanning dependencies of target TestMemory
[ 38%] Building C object winpr/libwinpr/memory/test/CMakeFiles/TestMemory.dir/TestMemory.c.o
[ 38%] Building C object winpr/libwinpr/memory/test/CMakeFiles/TestMemory.dir/TestMemoryCreateFileMapping.c.o
[ 38%] Linking C executable ../../../../Testing/TestMemory
[ 38%] Built target TestMemory
Scanning dependencies of target TestWinPRUtils
[ 38%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestWinPRUtils.c.o
[ 38%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestIni.c.o
[ 39%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestVersion.c.o
[ 39%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestImage.c.o
[ 39%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestBipBuffer.c.o
[ 39%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestBacktrace.c.o
[ 39%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestQueue.c.o
[ 39%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestPrint.c.o
[ 39%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestPubSub.c.o
[ 40%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestStream.c.o
[ 40%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestBitStream.c.o
[ 40%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestArrayList.c.o
[ 40%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestLinkedList.c.o
[ 40%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestListDictionary.c.o
[ 40%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestCmdLine.c.o
[ 40%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestWLog.c.o
[ 41%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestWLogCallback.c.o
[ 41%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestHashTable.c.o
[ 41%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestBufferPool.c.o
[ 41%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestStreamPool.c.o
[ 41%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestMessageQueue.c.o
[ 41%] Building C object winpr/libwinpr/utils/test/CMakeFiles/TestWinPRUtils.dir/TestMessagePipe.c.o
[ 41%] Linking C executable ../../../../Testing/TestWinPRUtils
[ 41%] Built target TestWinPRUtils
Scanning dependencies of target TestError
[ 41%] Building C object winpr/libwinpr/error/test/CMakeFiles/TestError.dir/TestError.c.o
[ 41%] Building C object winpr/libwinpr/error/test/CMakeFiles/TestError.dir/TestErrorSetLastError.c.o
[ 41%] Linking C executable ../../../../Testing/TestError
[ 41%] Built target TestError
Scanning dependencies of target TestCom
[ 41%] Building C object winpr/libwinpr/com/test/CMakeFiles/TestCom.dir/TestCom.c.o
[ 41%] Building C object winpr/libwinpr/com/test/CMakeFiles/TestCom.dir/TestComReference.c.o
[ 41%] Linking C executable ../../../../Testing/TestCom
[ 41%] Built target TestCom
Scanning dependencies of target TestSysInfo
[ 41%] Building C object winpr/libwinpr/sysinfo/test/CMakeFiles/TestSysInfo.dir/TestSysInfo.c.o
[ 41%] Building C object winpr/libwinpr/sysinfo/test/CMakeFiles/TestSysInfo.dir/TestGetNativeSystemInfo.c.o
[ 41%] Building C object winpr/libwinpr/sysinfo/test/CMakeFiles/TestSysInfo.dir/TestCPUFeatures.c.o
[ 42%] Building C object winpr/libwinpr/sysinfo/test/CMakeFiles/TestSysInfo.dir/TestGetComputerName.c.o
[ 42%] Building C object winpr/libwinpr/sysinfo/test/CMakeFiles/TestSysInfo.dir/TestSystemTime.c.o
[ 42%] Building C object winpr/libwinpr/sysinfo/test/CMakeFiles/TestSysInfo.dir/TestLocalTime.c.o
[ 42%] Linking C executable ../../../../Testing/TestSysInfo
[ 42%] Built target TestSysInfo
Scanning dependencies of target TestPool
[ 42%] Building C object winpr/libwinpr/pool/test/CMakeFiles/TestPool.dir/TestPool.c.o
[ 42%] Building C object winpr/libwinpr/pool/test/CMakeFiles/TestPool.dir/TestPoolIO.c.o
[ 42%] Building C object winpr/libwinpr/pool/test/CMakeFiles/TestPool.dir/TestPoolSynch.c.o
[ 42%] Building C object winpr/libwinpr/pool/test/CMakeFiles/TestPool.dir/TestPoolThread.c.o
[ 43%] Building C object winpr/libwinpr/pool/test/CMakeFiles/TestPool.dir/TestPoolTimer.c.o
[ 43%] Building C object winpr/libwinpr/pool/test/CMakeFiles/TestPool.dir/TestPoolWork.c.o
[ 43%] Linking C executable ../../../../Testing/TestPool
[ 43%] Built target TestPool
Scanning dependencies of target TestThread
[ 43%] Building C object winpr/libwinpr/thread/test/CMakeFiles/TestThread.dir/TestThread.c.o
[ 43%] Building C object winpr/libwinpr/thread/test/CMakeFiles/TestThread.dir/TestThreadCommandLineToArgv.c.o
[ 43%] Building C object winpr/libwinpr/thread/test/CMakeFiles/TestThread.dir/TestThreadCreateProcess.c.o
[ 43%] Building C object winpr/libwinpr/thread/test/CMakeFiles/TestThread.dir/TestThreadExitThread.c.o
[ 44%] Linking C executable ../../../../Testing/TestThread
[ 44%] Built target TestThread
Scanning dependencies of target TestSspi
[ 44%] Building C object winpr/libwinpr/sspi/test/CMakeFiles/TestSspi.dir/TestSspi.c.o
[ 44%] Building C object winpr/libwinpr/sspi/test/CMakeFiles/TestSspi.dir/TestQuerySecurityPackageInfo.c.o
[ 44%] Building C object winpr/libwinpr/sspi/test/CMakeFiles/TestSspi.dir/TestEnumerateSecurityPackages.c.o
[ 45%] Building C object winpr/libwinpr/sspi/test/CMakeFiles/TestSspi.dir/TestInitializeSecurityContext.c.o
[ 45%] Building C object winpr/libwinpr/sspi/test/CMakeFiles/TestSspi.dir/TestAcquireCredentialsHandle.c.o
[ 45%] Building C object winpr/libwinpr/sspi/test/CMakeFiles/TestSspi.dir/TestCredSSP.c.o
[ 45%] Building C object winpr/libwinpr/sspi/test/CMakeFiles/TestSspi.dir/TestNTLM.c.o
[ 45%] Linking C executable ../../../../Testing/TestSspi
[ 45%] Built target TestSspi
Scanning dependencies of target TestAsn1
[ 45%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1.c.o
[ 45%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1Module.c.o
[ 45%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1Encoder.c.o
[ 45%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1Decoder.c.o
[ 45%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1Encode.c.o
[ 45%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1Decode.c.o
[ 45%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1String.c.o
[ 46%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1Integer.c.o
[ 46%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1Compare.c.o
[ 46%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1BerEnc.c.o
[ 46%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1BerDec.c.o
[ 46%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1DerEnc.c.o
[ 46%] Building C object winpr/libwinpr/asn1/test/CMakeFiles/TestAsn1.dir/TestAsn1DerDec.c.o
[ 46%] Linking C executable ../../../../Testing/TestAsn1
[ 46%] Built target TestAsn1
Scanning dependencies of target TestCrt
[ 46%] Building C object winpr/libwinpr/crt/test/CMakeFiles/TestCrt.dir/TestCrt.c.o
[ 47%] Building C object winpr/libwinpr/crt/test/CMakeFiles/TestCrt.dir/TestTypes.c.o
[ 47%] Building C object winpr/libwinpr/crt/test/CMakeFiles/TestCrt.dir/TestFormatSpecifiers.c.o
[ 47%] Building C object winpr/libwinpr/crt/test/CMakeFiles/TestCrt.dir/TestAlignment.c.o
[ 47%] Building C object winpr/libwinpr/crt/test/CMakeFiles/TestCrt.dir/TestString.c.o
[ 47%] Building C object winpr/libwinpr/crt/test/CMakeFiles/TestCrt.dir/TestUnicodeConversion.c.o
[ 47%] Linking C executable ../../../../Testing/TestCrt
[ 47%] Built target TestCrt
Scanning dependencies of target TestCredUI
[ 48%] Building C object winpr/libwinpr/credui/test/CMakeFiles/TestCredUI.dir/TestCredUI.c.o
[ 48%] Building C object winpr/libwinpr/credui/test/CMakeFiles/TestCredUI.dir/TestCredUIParseUserName.c.o
[ 48%] Building C object winpr/libwinpr/credui/test/CMakeFiles/TestCredUI.dir/TestCredUIConfirmCredentials.c.o
[ 48%] Building C object winpr/libwinpr/credui/test/CMakeFiles/TestCredUI.dir/TestCredUIPromptForCredentials.c.o
[ 48%] Building C object winpr/libwinpr/credui/test/CMakeFiles/TestCredUI.dir/TestCredUICmdLinePromptForCredentials.c.o
[ 48%] Linking C executable ../../../../Testing/TestCredUI
[ 48%] Built target TestCredUI
Scanning dependencies of target TestWtsApi
[ 48%] Building C object winpr/libwinpr/wtsapi/test/CMakeFiles/TestWtsApi.dir/TestWtsApi.c.o
[ 48%] Building C object winpr/libwinpr/wtsapi/test/CMakeFiles/TestWtsApi.dir/TestWtsApiEnumerateProcesses.c.o
[ 48%] Building C object winpr/libwinpr/wtsapi/test/CMakeFiles/TestWtsApi.dir/TestWtsApiEnumerateSessions.c.o
[ 49%] Building C object winpr/libwinpr/wtsapi/test/CMakeFiles/TestWtsApi.dir/TestWtsApiQuerySessionInformation.c.o
[ 49%] Building C object winpr/libwinpr/wtsapi/test/CMakeFiles/TestWtsApi.dir/TestWtsApiSessionNotification.c.o
[ 49%] Building C object winpr/libwinpr/wtsapi/test/CMakeFiles/TestWtsApi.dir/TestWtsApiShutdownSystem.c.o
[ 49%] Building C object winpr/libwinpr/wtsapi/test/CMakeFiles/TestWtsApi.dir/TestWtsApiWaitSystemEvent.c.o
[ 49%] Linking C executable ../../../../Testing/TestWtsApi
[ 49%] Built target TestWtsApi
Scanning dependencies of target TestDsParse
[ 49%] Building C object winpr/libwinpr/dsparse/test/CMakeFiles/TestDsParse.dir/TestDsParse.c.o
[ 50%] Building C object winpr/libwinpr/dsparse/test/CMakeFiles/TestDsParse.dir/TestDsMakeSpn.c.o
[ 50%] Building C object winpr/libwinpr/dsparse/test/CMakeFiles/TestDsParse.dir/TestDsCrackNames.c.o
[ 50%] Linking C executable ../../../../Testing/TestDsParse
[ 50%] Built target TestDsParse
Scanning dependencies of target TestWnd
[ 51%] Building C object winpr/libwinpr/wnd/test/CMakeFiles/TestWnd.dir/TestWnd.c.o
[ 51%] Building C object winpr/libwinpr/wnd/test/CMakeFiles/TestWnd.dir/TestWndCreateWindowEx.c.o
[ 51%] Building C object winpr/libwinpr/wnd/test/CMakeFiles/TestWnd.dir/TestWndWmCopyData.c.o
[ 51%] Linking C executable ../../../../Testing/TestWnd
[ 51%] Built target TestWnd
Scanning dependencies of target TestSmartCard
[ 51%] Building C object winpr/libwinpr/smartcard/test/CMakeFiles/TestSmartCard.dir/TestSmartCard.c.o
[ 51%] Building C object winpr/libwinpr/smartcard/test/CMakeFiles/TestSmartCard.dir/TestSmartCardListReaders.c.o
[ 51%] Linking C executable ../../../../Testing/TestSmartCard
[ 51%] Built target TestSmartCard
Scanning dependencies of target TestNt
[ 51%] Building C object winpr/libwinpr/nt/test/CMakeFiles/TestNt.dir/TestNt.c.o
[ 51%] Building C object winpr/libwinpr/nt/test/CMakeFiles/TestNt.dir/TestNtCreateFile.c.o
[ 51%] Building C object winpr/libwinpr/nt/test/CMakeFiles/TestNt.dir/TestNtCurrentTeb.c.o
[ 51%] Linking C executable ../../../../Testing/TestNt
[ 51%] Built target TestNt
Scanning dependencies of target TestClipboard
[ 51%] Building C object winpr/libwinpr/clipboard/test/CMakeFiles/TestClipboard.dir/TestClipboard.c.o
[ 51%] Building C object winpr/libwinpr/clipboard/test/CMakeFiles/TestClipboard.dir/TestClipboardFormats.c.o
[ 51%] Linking C executable ../../../../Testing/TestClipboard
[ 51%] Built target TestClipboard
Scanning dependencies of target winpr-tools
[ 51%] Building C object winpr/tools/CMakeFiles/winpr-tools.dir/makecert/makecert.c.o
[ 51%] Linking C shared library libwinpr-tools2.so
[ 51%] Built target winpr-tools
Scanning dependencies of target winpr-makecert
[ 51%] Building C object winpr/tools/makecert-cli/CMakeFiles/winpr-makecert.dir/main.c.o
[ 51%] Linking C executable winpr-makecert
[ 51%] Built target winpr-makecert
Scanning dependencies of target winpr-hash
[ 51%] Building C object winpr/tools/hash-cli/CMakeFiles/winpr-hash.dir/hash.c.o
[ 51%] Linking C executable winpr-hash
[ 51%] Built target winpr-hash
Scanning dependencies of target TestWinPR
[ 51%] Building C object winpr/test/CMakeFiles/TestWinPR.dir/TestWinPR.c.o
[ 51%] Building C object winpr/test/CMakeFiles/TestWinPR.dir/TestIntrinsics.c.o
[ 51%] Building C object winpr/test/CMakeFiles/TestWinPR.dir/TestTypes.c.o
[ 51%] Linking C executable ../../Testing/TestWinPR
[ 51%] Built target TestWinPR
Scanning dependencies of target freerdp
[ 51%] Building C object libfreerdp/CMakeFiles/freerdp.dir/utils/passphrase.c.o
[ 51%] Building C object libfreerdp/CMakeFiles/freerdp.dir/utils/pcap.c.o
[ 51%] Building C object libfreerdp/CMakeFiles/freerdp.dir/utils/profiler.c.o
[ 51%] Building C object libfreerdp/CMakeFiles/freerdp.dir/utils/ringbuffer.c.o
[ 52%] Building C object libfreerdp/CMakeFiles/freerdp.dir/utils/signal.c.o
[ 52%] Building C object libfreerdp/CMakeFiles/freerdp.dir/utils/stopwatch.c.o
[ 52%] Building C object libfreerdp/CMakeFiles/freerdp.dir/utils/msusb.c.o
[ 52%] Building C object libfreerdp/CMakeFiles/freerdp.dir/common/addin.c.o
[ 52%] Building C object libfreerdp/CMakeFiles/freerdp.dir/common/settings.c.o
[ 52%] Building C object libfreerdp/CMakeFiles/freerdp.dir/common/assistance.c.o
[ 52%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/bitmap.c.o
[ 53%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/brush.c.o
[ 53%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/clipping.c.o
[ 53%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/dc.c.o
[ 53%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/drawing.c.o
[ 53%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/line.c.o
[ 53%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/pen.c.o
[ 53%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/region.c.o
[ 54%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/shape.c.o
[ 54%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/graphics.c.o
[ 54%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/gfx.c.o
[ 54%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/video.c.o
[ 54%] Building C object libfreerdp/CMakeFiles/freerdp.dir/gdi/gdi.c.o
[ 54%] Building C object libfreerdp/CMakeFiles/freerdp.dir/cache/brush.c.o
[ 54%] Building C object libfreerdp/CMakeFiles/freerdp.dir/cache/pointer.c.o
[ 54%] Building C object libfreerdp/CMakeFiles/freerdp.dir/cache/bitmap.c.o
[ 55%] Building C object libfreerdp/CMakeFiles/freerdp.dir/cache/nine_grid.c.o
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/cache/nine_grid.c:65:7: warning: ‘nine_grid_cache_get’ defined but not used [-Wunused-function]
void* nine_grid_cache_get(rdpNineGridCache* nine_grid, UINT32 index)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/cache/nine_grid.c:86:6: warning: ‘nine_grid_cache_put’ defined but not used [-Wunused-function]
void nine_grid_cache_put(rdpNineGridCache* nine_grid, UINT32 index, void* entry)
^
[ 55%] Building C object libfreerdp/CMakeFiles/freerdp.dir/cache/offscreen.c.o
[ 55%] Building C object libfreerdp/CMakeFiles/freerdp.dir/cache/palette.c.o
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/cache/palette.c:54:7: warning: ‘palette_cache_get’ defined but not used [-Wunused-function]
void* palette_cache_get(rdpPaletteCache* paletteCache, UINT32 index)
^
[ 55%] Building C object libfreerdp/CMakeFiles/freerdp.dir/cache/glyph.c.o
[ 55%] Building C object libfreerdp/CMakeFiles/freerdp.dir/cache/cache.c.o
[ 55%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/er.c.o
[ 55%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/der.c.o
[ 56%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/ber.c.o
[ 56%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/per.c.o
[ 56%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/base64.c.o
[ 56%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/certificate.c.o
[ 56%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/crypto.c.o
[ 56%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/tls.c.o
[ 56%] Building C object libfreerdp/CMakeFiles/freerdp.dir/crypto/opensslcompat.c.o
[ 57%] Building C object libfreerdp/CMakeFiles/freerdp.dir/locale/keyboard_layout.c.o
[ 57%] Building C object libfreerdp/CMakeFiles/freerdp.dir/locale/keyboard.c.o
[ 57%] Building C object libfreerdp/CMakeFiles/freerdp.dir/locale/locale.c.o
[ 57%] Building C object libfreerdp/CMakeFiles/freerdp.dir/locale/keyboard_x11.c.o
[ 57%] Building C object libfreerdp/CMakeFiles/freerdp.dir/locale/xkb_layout_ids.c.o
[ 57%] Building C object libfreerdp/CMakeFiles/freerdp.dir/locale/keyboard_xkbfile.c.o
[ 57%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/bulk.c.o
[ 58%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/activation.c.o
[ 58%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gcc.c.o
[ 58%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/mcs.c.o
[ 58%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/nla.c.o
[ 58%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/nego.c.o
[ 58%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/info.c.o
[ 58%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/input.c.o
[ 59%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/license.c.o
[ 59%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/errinfo.c.o
[ 59%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/errbase.c.o
[ 59%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/errconnect.c.o
[ 59%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/security.c.o
[ 59%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/settings.c.o
[ 59%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/orders.c.o
[ 60%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/freerdp.c.o
[ 60%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/graphics.c.o
[ 60%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/client.c.o
[ 60%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/server.c.o
[ 60%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/codecs.c.o
[ 60%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/metrics.c.o
[ 60%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/capabilities.c.o
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/capabilities.c:2114:13: warning: ‘rdp_write_draw_gdiplus_cache_capability_set’ defined but not used [-Wunused-function]
static BOOL rdp_write_draw_gdiplus_cache_capability_set(wStream* s, rdpSettings* settings)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/capabilities.c:3002:13: warning: ‘rdp_write_jpeg_server_capability_container’ defined but not used [-Wunused-function]
static BOOL rdp_write_jpeg_server_capability_container(wStream* s,
^
[ 61%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/certificate.c.o
[ 61%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/connection.c.o
[ 61%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/redirection.c.o
[ 61%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/autodetect.c.o
[ 61%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/heartbeat.c.o
[ 61%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/multitransport.c.o
[ 61%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/timezone.c.o
[ 61%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/rdp.c.o
[ 62%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/tcp.c.o
[ 62%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/proxy.c.o
[ 62%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/tpdu.c.o
[ 62%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/tpkt.c.o
[ 62%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/fastpath.c.o
[ 62%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/surface.c.o
[ 62%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/transport.c.o
[ 63%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/update.c.o
[ 63%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/message.c.o
[ 63%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/channels.c.o
[ 63%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/window.c.o
[ 63%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/listener.c.o
[ 63%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/peer.c.o
[ 63%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/tsg.c.o
[ 64%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/rdg.c.o
[ 64%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/rpc.c.o
[ 64%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/rpc_bind.c.o
[ 64%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/rpc_client.c.o
[ 64%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/rpc_fault.c.o
[ 64%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/rts.c.o
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:144:12: warning: ‘rts_connection_timeout_command_write’ defined but not used [-Wunused-function]
static int rts_connection_timeout_command_write(BYTE* buffer, UINT32 ConnectionTimeout)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:155:12: warning: ‘rts_cookie_command_read’ defined but not used [-Wunused-function]
static int rts_cookie_command_read(rdpRpc* rpc, BYTE* buffer, UINT32 length)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:172:12: warning: ‘rts_channel_lifetime_command_read’ defined but not used [-Wunused-function]
static int rts_channel_lifetime_command_read(rdpRpc* rpc, BYTE* buffer, UINT32 length)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:189:12: warning: ‘rts_client_keepalive_command_read’ defined but not used [-Wunused-function]
static int rts_client_keepalive_command_read(rdpRpc* rpc, BYTE* buffer, UINT32 length)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:228:12: warning: ‘rts_empty_command_read’ defined but not used [-Wunused-function]
static int rts_empty_command_read(rdpRpc* rpc, BYTE* buffer, UINT32 length)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:251:12: warning: ‘rts_padding_command_write’ defined but not used [-Wunused-function]
static int rts_padding_command_write(BYTE* buffer, UINT32 ConformanceCount)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:263:12: warning: ‘rts_negative_ance_command_read’ defined but not used [-Wunused-function]
static int rts_negative_ance_command_read(rdpRpc* rpc, BYTE* buffer, UINT32 length)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:268:12: warning: ‘rts_negative_ance_command_write’ defined but not used [-Wunused-function]
static int rts_negative_ance_command_write(BYTE* buffer)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:278:12: warning: ‘rts_ance_command_read’ defined but not used [-Wunused-function]
static int rts_ance_command_read(rdpRpc* rpc, BYTE* buffer, UINT32 length)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:283:12: warning: ‘rts_ance_command_write’ defined but not used [-Wunused-function]
static int rts_ance_command_write(BYTE* buffer)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:312:12: warning: ‘rts_client_address_command_write’ defined but not used [-Wunused-function]
static int rts_client_address_command_write(BYTE* buffer, UINT32 AddressType, BYTE* ClientAddress)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:342:12: warning: ‘rts_association_group_id_command_read’ defined but not used [-Wunused-function]
static int rts_association_group_id_command_read(rdpRpc* rpc, BYTE* buffer, UINT32 length)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:379:12: warning: ‘rts_ping_traffic_sent_notify_command_read’ defined but not used [-Wunused-function]
static int rts_ping_traffic_sent_notify_command_read(rdpRpc* rpc, BYTE* buffer, UINT32 length)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:385:12: warning: ‘rts_ping_traffic_sent_notify_command_write’ defined but not used [-Wunused-function]
static int rts_ping_traffic_sent_notify_command_write(BYTE* buffer, UINT32 PingTrafficSent)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/core/gateway/rts.c:513:12: warning: ‘rts_send_keep_alive_pdu’ defined but not used [-Wunused-function]
static int rts_send_keep_alive_pdu(rdpRpc* rpc)
^
[ 64%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/rts_signature.c.o
[ 65%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/ntlm.c.o
[ 65%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/http.c.o
[ 65%] Building C object libfreerdp/CMakeFiles/freerdp.dir/core/gateway/ncacn_http.c.o
[ 65%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/dsp.c.o
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/codec/dsp.c:106:13: warning: ‘freerdp_dsp_resample’ defined but not used [-Wunused-function]
static BOOL freerdp_dsp_resample(FREERDP_DSP_CONTEXT* context,
^
[ 65%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/color.c.o
[ 65%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/audio.c.o
[ 65%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/planar.c.o
[ 66%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/bitmap.c.o
[ 66%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/interleaved.c.o
[ 66%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/progressive.c.o
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/codec/progressive.c:295:13: warning: ‘progressive_rfx_quant_print’ defined but not used [-Wunused-function]
static void progressive_rfx_quant_print(RFX_COMPONENT_CODEC_QUANT* q, const char* name)
^
[ 66%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/rfx_decode.c.o
[ 66%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/rfx_dwt.c.o
[ 66%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/rfx_encode.c.o
[ 66%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/rfx_quantization.c.o
[ 67%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/rfx_rlgr.c.o
[ 67%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/rfx.c.o
[ 67%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/region.c.o
[ 67%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/nsc.c.o
[ 67%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/nsc_encode.c.o
[ 67%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/ncrush.c.o
[ 67%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/xcrush.c.o
[ 67%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/mppc.c.o
[ 68%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/zgfx.c.o
[ 68%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/clear.c.o
[ 68%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/jpeg.c.o
[ 68%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/h264.c.o
[ 68%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/yuv.c.o
[ 68%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/rfx_sse2.c.o
[ 68%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/nsc_sse2.c.o
[ 69%] Building C object libfreerdp/CMakeFiles/freerdp.dir/codec/h264_ffmpeg.c.o
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/codec/h264_ffmpeg.c: In function ‘libavcodec_destroy_encoder’:
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/codec/h264_ffmpeg.c:107:3: warning: implicit declaration of function ‘av_free’ [-Wimplicit-function-declaration]
av_free(sys->codecEncoderContext);
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/codec/h264_ffmpeg.c: In function ‘libavcodec_compress’:
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/codec/h264_ffmpeg.c:362:2: warning: implicit declaration of function ‘av_malloc’ [-Wimplicit-function-declaration]
sys->packet.data = av_malloc(sys->packet.size);
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/codec/h264_ffmpeg.c:362:19: warning: assignment makes pointer from integer without a cast [enabled by default]
sys->packet.data = av_malloc(sys->packet.size);
^
[ 69%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_add.c.o
[ 69%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_andor.c.o
[ 69%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_alphaComp.c.o
[ 69%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_colors.c.o
[ 69%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_copy.c.o
[ 69%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_set.c.o
[ 70%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_shift.c.o
[ 70%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_sign.c.o
[ 70%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_YUV.c.o
[ 70%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_YCoCg.c.o
[ 70%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/primitives.c.o
[ 70%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_colors_opt.c.o
[ 70%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_set_opt.c.o
[ 71%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_add_opt.c.o
[ 71%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_alphaComp_opt.c.o
[ 71%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_andor_opt.c.o
[ 71%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_shift_opt.c.o
[ 71%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_sign_opt.c.o
[ 71%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_YCoCg_opt.c.o
[ 71%] Building C object libfreerdp/CMakeFiles/freerdp.dir/primitives/prim_YUV_ssse3.c.o
[ 72%] Linking C shared library libfreerdp2.so
[ 72%] Built target freerdp
Scanning dependencies of target TestFreeRDPUtils
[ 72%] Building C object libfreerdp/utils/test/CMakeFiles/TestFreeRDPUtils.dir/TestFreeRDPUtils.c.o
[ 72%] Building C object libfreerdp/utils/test/CMakeFiles/TestFreeRDPUtils.dir/TestRingBuffer.c.o
[ 72%] Linking C executable ../../../Testing/TestFreeRDPUtils
[ 72%] Built target TestFreeRDPUtils
Scanning dependencies of target TestCommon
[ 73%] Building C object libfreerdp/common/test/CMakeFiles/TestCommon.dir/TestCommon.c.o
[ 73%] Building C object libfreerdp/common/test/CMakeFiles/TestCommon.dir/TestCommonAssistance.c.o
[ 73%] Linking C executable ../../../Testing/TestCommon
[ 73%] Built target TestCommon
Scanning dependencies of target helpers
[ 73%] Building C object libfreerdp/gdi/test/CMakeFiles/helpers.dir/helpers.c.o
[ 73%] Linking C static library libhelpers.a
[ 73%] Built target helpers
Scanning dependencies of target TestGdi
[ 73%] Building C object libfreerdp/gdi/test/CMakeFiles/TestGdi.dir/TestGdi.c.o
[ 74%] Building C object libfreerdp/gdi/test/CMakeFiles/TestGdi.dir/TestGdiRop3.c.o
[ 74%] Building C object libfreerdp/gdi/test/CMakeFiles/TestGdi.dir/TestGdiLine.c.o
[ 74%] Building C object libfreerdp/gdi/test/CMakeFiles/TestGdi.dir/TestGdiRect.c.o
[ 74%] Building C object libfreerdp/gdi/test/CMakeFiles/TestGdi.dir/TestGdiBitBlt.c.o
[ 74%] Building C object libfreerdp/gdi/test/CMakeFiles/TestGdi.dir/TestGdiCreate.c.o
[ 74%] Building C object libfreerdp/gdi/test/CMakeFiles/TestGdi.dir/TestGdiEllipse.c.o
[ 74%] Building C object libfreerdp/gdi/test/CMakeFiles/TestGdi.dir/TestGdiClip.c.o
[ 75%] Linking C executable ../../../Testing/TestGdi
[ 75%] Built target TestGdi
Scanning dependencies of target TestFreeRDPCrypto
[ 75%] Building C object libfreerdp/crypto/test/CMakeFiles/TestFreeRDPCrypto.dir/TestFreeRDPCrypto.c.o
[ 75%] Building C object libfreerdp/crypto/test/CMakeFiles/TestFreeRDPCrypto.dir/TestKnownHosts.c.o
[ 76%] Building C object libfreerdp/crypto/test/CMakeFiles/TestFreeRDPCrypto.dir/TestBase64.c.o
[ 76%] Building C object libfreerdp/crypto/test/CMakeFiles/TestFreeRDPCrypto.dir/Test_x509_cert_info.c.o
[ 76%] Linking C executable ../../../Testing/TestFreeRDPCrypto
[ 76%] Built target TestFreeRDPCrypto
Scanning dependencies of target video-client
[ 76%] Building C object channels/video/client/CMakeFiles/video-client.dir/video_main.c.o
[ 76%] Linking C static library libvideo-client.a
[ 76%] Built target video-client
Scanning dependencies of target audin-client
[ 76%] Building C object channels/audin/client/CMakeFiles/audin-client.dir/audin_main.c.o
[ 76%] Linking C static library libaudin-client.a
[ 76%] Built target audin-client
Scanning dependencies of target audin-client-oss
[ 76%] Building C object channels/audin/client/oss/CMakeFiles/audin-client-oss.dir/audin_oss.c.o
[ 76%] Linking C static library libaudin-client-oss.a
[ 76%] Built target audin-client-oss
Scanning dependencies of target audin-client-alsa
[ 76%] Building C object channels/audin/client/alsa/CMakeFiles/audin-client-alsa.dir/audin_alsa.c.o
[ 77%] Linking C static library libaudin-client-alsa.a
[ 77%] Built target audin-client-alsa
Scanning dependencies of target cliprdr-client
[ 77%] Building C object channels/cliprdr/client/CMakeFiles/cliprdr-client.dir/cliprdr_format.c.o
[ 77%] Building C object channels/cliprdr/client/CMakeFiles/cliprdr-client.dir/cliprdr_main.c.o
[ 77%] Linking C static library libcliprdr-client.a
[ 77%] Built target cliprdr-client
Scanning dependencies of target disp-client
[ 77%] Building C object channels/disp/client/CMakeFiles/disp-client.dir/disp_main.c.o
[ 78%] Linking C static library libdisp-client.a
[ 78%] Built target disp-client
Scanning dependencies of target drdynvc-client
[ 78%] Building C object channels/drdynvc/client/CMakeFiles/drdynvc-client.dir/drdynvc_main.c.o
[ 78%] Linking C static library libdrdynvc-client.a
[ 78%] Built target drdynvc-client
Scanning dependencies of target drive-client
[ 78%] Building C object channels/drive/client/CMakeFiles/drive-client.dir/drive_file.c.o
[ 78%] Building C object channels/drive/client/CMakeFiles/drive-client.dir/drive_main.c.o
[ 78%] Linking C static library libdrive-client.a
[ 78%] Built target drive-client
Scanning dependencies of target echo-client
[ 78%] Building C object channels/echo/client/CMakeFiles/echo-client.dir/echo_main.c.o
[ 79%] Linking C static library libecho-client.a
[ 79%] Built target echo-client
Scanning dependencies of target encomsp-client
[ 79%] Building C object channels/encomsp/client/CMakeFiles/encomsp-client.dir/encomsp_main.c.o
[ 79%] Linking C static library libencomsp-client.a
[ 79%] Built target encomsp-client
Scanning dependencies of target geometry-client
[ 79%] Building C object channels/geometry/client/CMakeFiles/geometry-client.dir/geometry_main.c.o
[ 79%] Linking C static library libgeometry-client.a
[ 79%] Built target geometry-client
Scanning dependencies of target parallel-client
[ 79%] Building C object channels/parallel/client/CMakeFiles/parallel-client.dir/parallel_main.c.o
[ 79%] Linking C static library libparallel-client.a
[ 79%] Built target parallel-client
Scanning dependencies of target rail-client
[ 79%] Building C object channels/rail/client/CMakeFiles/rail-client.dir/__/rail_common.c.o
[ 80%] Building C object channels/rail/client/CMakeFiles/rail-client.dir/rail_main.c.o
[ 80%] Building C object channels/rail/client/CMakeFiles/rail-client.dir/rail_orders.c.o
/tmp/freerdp-test-smartcard-logon-rdp/channels/rail/client/rail_orders.c:995:13: warning: ‘rail_send_client_sysparams_order’ defined but not used [-Wunused-function]
static UINT rail_send_client_sysparams_order(railPlugin* rail, RAIL_SYSPARAM_ORDER* sysparam)
^
[ 80%] Linking C static library librail-client.a
[ 80%] Built target rail-client
Scanning dependencies of target rdpdr-client
[ 80%] Building C object channels/rdpdr/client/CMakeFiles/rdpdr-client.dir/irp.c.o
[ 80%] Building C object channels/rdpdr/client/CMakeFiles/rdpdr-client.dir/devman.c.o
[ 80%] Building C object channels/rdpdr/client/CMakeFiles/rdpdr-client.dir/rdpdr_main.c.o
[ 80%] Building C object channels/rdpdr/client/CMakeFiles/rdpdr-client.dir/rdpdr_capabilities.c.o
[ 81%] Linking C static library librdpdr-client.a
[ 81%] Built target rdpdr-client
Scanning dependencies of target rdpei-client
[ 81%] Building C object channels/rdpei/client/CMakeFiles/rdpei-client.dir/rdpei_main.c.o
[ 81%] Building C object channels/rdpei/client/CMakeFiles/rdpei-client.dir/__/rdpei_common.c.o
[ 81%] Linking C static library librdpei-client.a
[ 81%] Built target rdpei-client
Scanning dependencies of target rdpgfx-client
[ 81%] Building C object channels/rdpgfx/client/CMakeFiles/rdpgfx-client.dir/rdpgfx_main.c.o
[ 81%] Building C object channels/rdpgfx/client/CMakeFiles/rdpgfx-client.dir/rdpgfx_codec.c.o
[ 81%] Building C object channels/rdpgfx/client/CMakeFiles/rdpgfx-client.dir/__/rdpgfx_common.c.o
[ 82%] Linking C static library librdpgfx-client.a
[ 82%] Built target rdpgfx-client
Scanning dependencies of target rdpsnd-client
[ 82%] Building C object channels/rdpsnd/client/CMakeFiles/rdpsnd-client.dir/rdpsnd_main.c.o
[ 82%] Linking C static library librdpsnd-client.a
[ 82%] Built target rdpsnd-client
Scanning dependencies of target rdpsnd-client-oss
[ 83%] Building C object channels/rdpsnd/client/oss/CMakeFiles/rdpsnd-client-oss.dir/rdpsnd_oss.c.o
[ 83%] Linking C static library librdpsnd-client-oss.a
[ 83%] Built target rdpsnd-client-oss
Scanning dependencies of target rdpsnd-client-alsa
[ 83%] Building C object channels/rdpsnd/client/alsa/CMakeFiles/rdpsnd-client-alsa.dir/rdpsnd_alsa.c.o
[ 83%] Linking C static library librdpsnd-client-alsa.a
[ 83%] Built target rdpsnd-client-alsa
Scanning dependencies of target rdpsnd-client-fake
[ 83%] Building C object channels/rdpsnd/client/fake/CMakeFiles/rdpsnd-client-fake.dir/rdpsnd_fake.c.o
/tmp/freerdp-test-smartcard-logon-rdp/channels/rdpsnd/client/fake/rdpsnd_fake.c:73:13: warning: ‘rdpsnd_fake_set_format’ defined but not used [-Wunused-function]
static BOOL rdpsnd_fake_set_format(rdpsndDevicePlugin* device, const AUDIO_FORMAT* format,
^
[ 83%] Linking C static library librdpsnd-client-fake.a
[ 83%] Built target rdpsnd-client-fake
Scanning dependencies of target remdesk-client
[ 83%] Building C object channels/remdesk/client/CMakeFiles/remdesk-client.dir/remdesk_main.c.o
[ 83%] Linking C static library libremdesk-client.a
[ 83%] Built target remdesk-client
Scanning dependencies of target serial-client
[ 83%] Building C object channels/serial/client/CMakeFiles/serial-client.dir/serial_main.c.o
[ 84%] Linking C static library libserial-client.a
[ 84%] Built target serial-client
Scanning dependencies of target smartcard-client
[ 84%] Building C object channels/smartcard/client/CMakeFiles/smartcard-client.dir/str.c.o
[ 84%] Building C object channels/smartcard/client/CMakeFiles/smartcard-client.dir/smartcard_main.c.o
[ 84%] Building C object channels/smartcard/client/CMakeFiles/smartcard-client.dir/smartcard_pack.c.o
[ 84%] Building C object channels/smartcard/client/CMakeFiles/smartcard-client.dir/smartcard_operations.c.o
[ 84%] Linking C static library libsmartcard-client.a
[ 84%] Built target smartcard-client
Scanning dependencies of target tsmf-client
[ 84%] Building C object channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_audio.c.o
[ 84%] Building C object channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_codec.c.o
[ 85%] Building C object channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_decoder.c.o
[ 85%] Building C object channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_ifman.c.o
[ 85%] Building C object channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_main.c.o
[ 85%] Building C object channels/tsmf/client/CMakeFiles/tsmf-client.dir/tsmf_media.c.o
[ 85%] Linking C static library libtsmf-client.a
[ 85%] Built target tsmf-client
Scanning dependencies of target tsmf-client-ffmpeg-decoder
[ 86%] Building C object channels/tsmf/client/ffmpeg/CMakeFiles/tsmf-client-ffmpeg-decoder.dir/tsmf_ffmpeg.c.o
[ 86%] Linking C static library libtsmf-client-ffmpeg-decoder.a
[ 86%] Built target tsmf-client-ffmpeg-decoder
Scanning dependencies of target tsmf-client-gstreamer-decoder
[ 86%] Building C object channels/tsmf/client/gstreamer/CMakeFiles/tsmf-client-gstreamer-decoder.dir/tsmf_gstreamer.c.o
[ 86%] Building C object channels/tsmf/client/gstreamer/CMakeFiles/tsmf-client-gstreamer-decoder.dir/tsmf_X11.c.o
[ 86%] Linking C static library libtsmf-client-gstreamer-decoder.a
[ 86%] Built target tsmf-client-gstreamer-decoder
Scanning dependencies of target tsmf-client-oss-audio
[ 86%] Building C object channels/tsmf/client/oss/CMakeFiles/tsmf-client-oss-audio.dir/tsmf_oss.c.o
[ 86%] Linking C static library libtsmf-client-oss-audio.a
[ 86%] Built target tsmf-client-oss-audio
Scanning dependencies of target tsmf-client-alsa-audio
[ 86%] Building C object channels/tsmf/client/alsa/CMakeFiles/tsmf-client-alsa-audio.dir/tsmf_alsa.c.o
[ 86%] Linking C static library libtsmf-client-alsa-audio.a
[ 86%] Built target tsmf-client-alsa-audio
Scanning dependencies of target freerdp-client
[ 86%] Building C object client/common/CMakeFiles/freerdp-client.dir/client.c.o
[ 86%] Building C object client/common/CMakeFiles/freerdp-client.dir/cmdline.c.o
[ 86%] Building C object client/common/CMakeFiles/freerdp-client.dir/compatibility.c.o
[ 86%] Building C object client/common/CMakeFiles/freerdp-client.dir/file.c.o
[ 86%] Building C object client/common/CMakeFiles/freerdp-client.dir/__/__/channels/client/tables.c.o
[ 86%] Building C object client/common/CMakeFiles/freerdp-client.dir/__/__/channels/client/addin.c.o
[ 87%] Linking C shared library libfreerdp-client2.so
[ 87%] Built target freerdp-client
Scanning dependencies of target TestCore
[ 87%] Building C object libfreerdp/core/test/CMakeFiles/TestCore.dir/TestCore.c.o
[ 87%] Building C object libfreerdp/core/test/CMakeFiles/TestCore.dir/TestVersion.c.o
[ 87%] Building C object libfreerdp/core/test/CMakeFiles/TestCore.dir/TestSettings.c.o
[ 87%] Linking C executable ../../../Testing/TestCore
[ 87%] Built target TestCore
Scanning dependencies of target TestFreeRDPCodec
[ 87%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodec.c.o
[ 87%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPRegion.c.o
[ 87%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodecMppc.c.o
[ 87%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodecNCrush.c.o
[ 87%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodecXCrush.c.o
[ 88%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodecZGfx.c.o
[ 88%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodecPlanar.c.o
[ 88%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodecClear.c.o
[ 88%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodecProgressive.c.o
[ 88%] Building C object libfreerdp/codec/test/CMakeFiles/TestFreeRDPCodec.dir/TestFreeRDPCodecRemoteFX.c.o
[ 88%] Linking C executable ../../../Testing/TestFreeRDPCodec
[ 88%] Built target TestFreeRDPCodec
Scanning dependencies of target TestPrimitives
[ 88%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitives.c.o
[ 88%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesAdd.c.o
[ 88%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesAlphaComp.c.o
[ 88%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesAndOr.c.o
[ 89%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesColors.c.o
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/primitives/test/TestPrimitivesColors.c:123:13: warning: ‘test_RGBToRGB_16s8u_P3AC4R_speed’ defined but not used [-Wunused-function]
static BOOL test_RGBToRGB_16s8u_P3AC4R_speed(void)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/primitives/test/TestPrimitivesColors.c:162:13: warning: ‘test_yCbCrToRGB_16s16s_P3P3_func’ defined but not used [-Wunused-function]
static BOOL test_yCbCrToRGB_16s16s_P3P3_func(void)
^
/tmp/freerdp-test-smartcard-logon-rdp/libfreerdp/primitives/test/TestPrimitivesColors.c:227:12: warning: ‘test_yCbCrToRGB_16s16s_P3P3_speed’ defined but not used [-Wunused-function]
static int test_yCbCrToRGB_16s16s_P3P3_speed(void)
^
[ 89%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesCopy.c.o
[ 89%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesSet.c.o
[ 89%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesShift.c.o
[ 89%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesSign.c.o
[ 89%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesYUV.c.o
[ 89%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesYCbCr.c.o
[ 89%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/TestPrimitivesYCoCg.c.o
[ 90%] Building C object libfreerdp/primitives/test/CMakeFiles/TestPrimitives.dir/prim_test.c.o
[ 90%] Linking C executable ../../../Testing/TestPrimitives
[ 90%] Built target TestPrimitives
Scanning dependencies of target rdtk
[ 90%] Building C object rdtk/librdtk/CMakeFiles/rdtk.dir/rdtk_resources.c.o
[ 90%] Building C object rdtk/librdtk/CMakeFiles/rdtk.dir/rdtk_surface.c.o
[ 90%] Building C object rdtk/librdtk/CMakeFiles/rdtk.dir/rdtk_font.c.o
[ 90%] Building C object rdtk/librdtk/CMakeFiles/rdtk.dir/rdtk_button.c.o
[ 90%] Building C object rdtk/librdtk/CMakeFiles/rdtk.dir/rdtk_label.c.o
[ 91%] Building C object rdtk/librdtk/CMakeFiles/rdtk.dir/rdtk_nine_patch.c.o
[ 91%] Building C object rdtk/librdtk/CMakeFiles/rdtk.dir/rdtk_text_field.c.o
[ 91%] Building C object rdtk/librdtk/CMakeFiles/rdtk.dir/rdtk_engine.c.o
[ 91%] Linking C static library librdtk.a
[ 91%] Built target rdtk
Scanning dependencies of target TestRdTk
[ 91%] Building C object rdtk/librdtk/test/CMakeFiles/TestRdTk.dir/TestRdTk.c.o
[ 91%] Building C object rdtk/librdtk/test/CMakeFiles/TestRdTk.dir/TestRdTkNinePatch.c.o
[ 91%] Linking C executable ../../../Testing/TestRdTk
[ 91%] Built target TestRdTk
[ 91%] Generating fullscreen-shell-protocol.c
[ 92%] Generating xdg-shell-client-protocol.h
[ 92%] Generating xdg-shell-protocol.c
[ 92%] Generating ivi-application-client-protocol.h
[ 92%] Generating ivi-application-protocol.c
[ 92%] Generating fullscreen-shell-client-protocol.h
Scanning dependencies of target uwac
[ 92%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/xdg-shell-protocol.c.o
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:34:34: warning: redundant redeclaration of ‘wl_surface_interface’ [-Wredundant-decls]
extern const struct wl_interface wl_surface_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:32:34: note: previous declaration of ‘wl_surface_interface’ was here
extern const struct wl_interface wl_surface_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:35:34: warning: redundant redeclaration of ‘wl_surface_interface’ [-Wredundant-decls]
extern const struct wl_interface wl_surface_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:34:34: note: previous declaration of ‘wl_surface_interface’ was here
extern const struct wl_interface wl_surface_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:37:34: warning: redundant redeclaration of ‘xdg_surface_interface’ [-Wredundant-decls]
extern const struct wl_interface xdg_surface_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:31:34: note: previous declaration of ‘xdg_surface_interface’ was here
extern const struct wl_interface xdg_surface_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:38:34: warning: redundant redeclaration of ‘wl_seat_interface’ [-Wredundant-decls]
extern const struct wl_interface wl_seat_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:36:34: note: previous declaration of ‘wl_seat_interface’ was here
extern const struct wl_interface wl_seat_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:39:34: warning: redundant redeclaration of ‘wl_seat_interface’ [-Wredundant-decls]
extern const struct wl_interface wl_seat_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:38:34: note: previous declaration of ‘wl_seat_interface’ was here
extern const struct wl_interface wl_seat_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:40:34: warning: redundant redeclaration of ‘wl_seat_interface’ [-Wredundant-decls]
extern const struct wl_interface wl_seat_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/xdg-shell-protocol.c:39:34: note: previous declaration of ‘wl_seat_interface’ was here
extern const struct wl_interface wl_seat_interface;
^
[ 93%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/ivi-application-protocol.c.o
[ 93%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/fullscreen-shell-protocol.c.o
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/fullscreen-shell-protocol.c:7:34: warning: redundant redeclaration of ‘wl_surface_interface’ [-Wredundant-decls]
extern const struct wl_interface wl_surface_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/fullscreen-shell-protocol.c:5:34: note: previous declaration of ‘wl_surface_interface’ was here
extern const struct wl_interface wl_surface_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/fullscreen-shell-protocol.c:8:34: warning: redundant redeclaration of ‘wl_output_interface’ [-Wredundant-decls]
extern const struct wl_interface wl_output_interface;
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/fullscreen-shell-protocol.c:6:34: note: previous declaration of ‘wl_output_interface’ was here
extern const struct wl_interface wl_output_interface;
^
[ 93%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/uwac-display.c.o
[ 93%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/uwac-input.c.o
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:363:1: warning: excess elements in struct initializer [enabled by default]
};
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:363:1: warning: (near initialization for ‘keyboard_listener’) [enabled by default]
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:742:2: warning: excess elements in struct initializer [enabled by default]
pointer_frame,
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:742:2: warning: (near initialization for ‘pointer_listener’) [enabled by default]
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:743:2: warning: excess elements in struct initializer [enabled by default]
pointer_axis_source,
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:743:2: warning: (near initialization for ‘pointer_listener’) [enabled by default]
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:744:2: warning: excess elements in struct initializer [enabled by default]
pointer_axis_stop,
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:744:2: warning: (near initialization for ‘pointer_listener’) [enabled by default]
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:745:2: warning: excess elements in struct initializer [enabled by default]
pointer_axis_discrete,
^
/tmp/freerdp-test-smartcard-logon-rdp/uwac/libuwac/uwac-input.c:745:2: warning: (near initialization for ‘pointer_listener’) [enabled by default]
[ 93%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/uwac-os.c.o
[ 93%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/uwac-output.c.o
[ 93%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/uwac-tools.c.o
[ 94%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/uwac-utils.c.o
[ 94%] Building C object uwac/libuwac/CMakeFiles/uwac.dir/uwac-window.c.o
[ 94%] Linking C shared library libuwac0.so
[ 94%] Built target uwac
Scanning dependencies of target TestChannelSmartcardClient
[ 95%] Building C object channels/smartcard/client/test/CMakeFiles/TestChannelSmartcardClient.dir/TestChannelSmartcardClient.c.o
[ 95%] Building C object channels/smartcard/client/test/CMakeFiles/TestChannelSmartcardClient.dir/TestStr.c.o
[ 95%] Linking C executable ../../../../Testing/TestChannelSmartcardClient
[ 95%] Built target TestChannelSmartcardClient
Scanning dependencies of target TestClient
[ 95%] Building C object client/common/test/CMakeFiles/TestClient.dir/TestClient.c.o
[ 95%] Building C object client/common/test/CMakeFiles/TestClient.dir/TestClientRdpFile.c.o
[ 95%] Building C object client/common/test/CMakeFiles/TestClient.dir/TestClientChannels.c.o
[ 95%] Building C object client/common/test/CMakeFiles/TestClient.dir/TestClientCmdLine.c.o
[ 96%] Linking C executable ../../../Testing/TestClient
[ 96%] Built target TestClient
Scanning dependencies of target xfreerdp-client
[ 96%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_gdi.c.o
[ 96%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_gfx.c.o
[ 96%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_rail.c.o
[ 97%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_tsmf.c.o
[ 97%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_input.c.o
[ 97%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_event.c.o
[ 97%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_channels.c.o
[ 97%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_cliprdr.c.o
[ 97%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_monitor.c.o
[ 97%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_disp.c.o
[ 98%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_graphics.c.o
[ 98%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_keyboard.c.o
[ 98%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_video.c.o
[ 98%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_window.c.o
[ 98%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/xf_client.c.o
[ 98%] Building C object client/X11/CMakeFiles/xfreerdp-client.dir/cli/xfreerdp.c.o
[ 98%] Linking C executable xfreerdp
[ 98%] Built target xfreerdp-client
Scanning dependencies of target xfreerdp.manpage
[ 99%] Generating xfreerdp.1
Note: Writing xfreerdp.1
[ 99%] Built target xfreerdp.manpage
Scanning dependencies of target wlfreerdp
[100%] Building C object client/Wayland/CMakeFiles/wlfreerdp.dir/wlfreerdp.c.o
[100%] Building C object client/Wayland/CMakeFiles/wlfreerdp.dir/wlf_input.c.o
[100%] Building C object client/Wayland/CMakeFiles/wlfreerdp.dir/wlf_channels.c.o
[100%] Linking C executable wlfreerdp
[100%] Built target wlfreerdp
Running tests...
Test project /tmp/freerdp-test-smartcard-logon-rdp
Start 1: TestSynchInit
1/186 Test #1: TestSynchInit ............................ Passed 3.65 sec
Start 2: TestSynchEvent
2/186 Test #2: TestSynchEvent ........................... Passed 0.03 sec
Start 3: TestSynchMutex
3/186 Test #3: TestSynchMutex ........................... Passed 0.11 sec
Start 4: TestSynchBarrier
4/186 Test #4: TestSynchBarrier ......................... Passed 17.05 sec
Start 5: TestSynchCritical
5/186 Test #5: TestSynchCritical ........................ Passed 2.01 sec
Start 6: TestSynchSemaphore
6/186 Test #6: TestSynchSemaphore ....................... Passed 0.00 sec
Start 7: TestSynchThread
7/186 Test #7: TestSynchThread .......................... Passed 2.01 sec
Start 8: TestSynchMultipleThreads
8/186 Test #8: TestSynchMultipleThreads ................. Passed 4.20 sec
Start 9: TestSynchTimerQueue
9/186 Test #9: TestSynchTimerQueue ...................... Passed 4.96 sec
Start 10: TestSynchWaitableTimer
10/186 Test #10: TestSynchWaitableTimer ................... Passed 5.91 sec
Start 11: TestSynchWaitableTimerAPC
11/186 Test #11: TestSynchWaitableTimerAPC ................ Passed 7.51 sec
Start 12: TestLocaleFormatMessage
12/186 Test #12: TestLocaleFormatMessage .................. Passed 0.00 sec
Start 13: TestLibraryLoadLibrary
13/186 Test #13: TestLibraryLoadLibrary ................... Passed 0.00 sec
Start 14: TestLibraryGetProcAddress
14/186 Test #14: TestLibraryGetProcAddress ................ Passed 0.00 sec
Start 15: TestLibraryGetModuleFileName
15/186 Test #15: TestLibraryGetModuleFileName ............. Passed 0.00 sec
Start 16: TestFileCreateFile
16/186 Test #16: TestFileCreateFile ....................... Passed 0.00 sec
Start 17: TestFileDeleteFile
17/186 Test #17: TestFileDeleteFile ....................... Passed 0.00 sec
Start 18: TestFileReadFile
18/186 Test #18: TestFileReadFile ......................... Passed 0.00 sec
Start 19: TestFileWriteFile
19/186 Test #19: TestFileWriteFile ........................ Passed 0.00 sec
Start 20: TestFilePatternMatch
20/186 Test #20: TestFilePatternMatch ..................... Passed 0.00 sec
Start 21: TestFileFindFirstFile
21/186 Test #21: TestFileFindFirstFile .................... Passed 0.00 sec
Start 22: TestFileFindFirstFileEx
22/186 Test #22: TestFileFindFirstFileEx .................. Passed 0.00 sec
Start 23: TestFileFindNextFile
23/186 Test #23: TestFileFindNextFile ..................... Passed 0.00 sec
Start 24: TestFileGetStdHandle
24/186 Test #24: TestFileGetStdHandle ..................... Passed 0.00 sec
Start 25: TestPipeCreatePipe
25/186 Test #25: TestPipeCreatePipe ....................... Passed 0.00 sec
Start 26: TestPipeCreateNamedPipe
26/186 Test #26: TestPipeCreateNamedPipe .................. Passed 0.01 sec
Start 27: TestPipeCreateNamedPipeOverlapped
27/186 Test #27: TestPipeCreateNamedPipeOverlapped ........ Passed 0.00 sec
Start 28: TestInterlockedAccess
28/186 Test #28: TestInterlockedAccess .................... Passed 0.00 sec
Start 29: TestInterlockedSList
29/186 Test #29: TestInterlockedSList ..................... Passed 0.00 sec
Start 30: TestInterlockedDList
30/186 Test #30: TestInterlockedDList ..................... Passed 0.00 sec
Start 31: TestSecurityToken
31/186 Test #31: TestSecurityToken ........................ Passed 0.00 sec
Start 32: TestEnvironmentGetEnvironmentStrings
32/186 Test #32: TestEnvironmentGetEnvironmentStrings ..... Passed 0.00 sec
Start 33: TestEnvironmentSetEnvironmentVariable
33/186 Test #33: TestEnvironmentSetEnvironmentVariable .... Passed 0.00 sec
Start 34: TestEnvironmentMergeEnvironmentStrings
34/186 Test #34: TestEnvironmentMergeEnvironmentStrings ... Passed 0.00 sec
Start 35: TestEnvironmentGetSetEB
35/186 Test #35: TestEnvironmentGetSetEB .................. Passed 0.00 sec
Start 36: TestCryptoHash
36/186 Test #36: TestCryptoHash ........................... Passed 0.00 sec
Start 37: TestCryptoRand
37/186 Test #37: TestCryptoRand ........................... Passed 0.00 sec
Start 38: TestCryptoCipher
38/186 Test #38: TestCryptoCipher ......................... Passed 0.00 sec
Start 39: TestCryptoProtectData
39/186 Test #39: TestCryptoProtectData .................... Passed 0.00 sec
Start 40: TestCryptoProtectMemory
40/186 Test #40: TestCryptoProtectMemory .................. Passed 0.00 sec
Start 41: TestCryptoCertEnumCertificatesInStore
41/186 Test #41: TestCryptoCertEnumCertificatesInStore .... Passed 0.00 sec
Start 42: TestPathCchAddBackslash
42/186 Test #42: TestPathCchAddBackslash .................. Passed 0.00 sec
Start 43: TestPathCchRemoveBackslash
43/186 Test #43: TestPathCchRemoveBackslash ............... Passed 0.00 sec
Start 44: TestPathCchAddBackslashEx
44/186 Test #44: TestPathCchAddBackslashEx ................ Passed 0.00 sec
Start 45: TestPathCchRemoveBackslashEx
45/186 Test #45: TestPathCchRemoveBackslashEx ............. Passed 0.00 sec
Start 46: TestPathCchAddExtension
46/186 Test #46: TestPathCchAddExtension .................. Passed 0.00 sec
Start 47: TestPathCchAppend
47/186 Test #47: TestPathCchAppend ........................ Passed 0.00 sec
Start 48: TestPathCchAppendEx
48/186 Test #48: TestPathCchAppendEx ...................... Passed 0.00 sec
Start 49: TestPathCchCanonicalize
49/186 Test #49: TestPathCchCanonicalize .................. Passed 0.00 sec
Start 50: TestPathCchCanonicalizeEx
50/186 Test #50: TestPathCchCanonicalizeEx ................ Passed 0.00 sec
Start 51: TestPathAllocCanonicalize
51/186 Test #51: TestPathAllocCanonicalize ................ Passed 0.00 sec
Start 52: TestPathCchCombine
52/186 Test #52: TestPathCchCombine ....................... Passed 0.00 sec
Start 53: TestPathCchCombineEx
53/186 Test #53: TestPathCchCombineEx ..................... Passed 0.00 sec
Start 54: TestPathAllocCombine
54/186 Test #54: TestPathAllocCombine ..................... Passed 0.00 sec
Start 55: TestPathCchFindExtension
55/186 Test #55: TestPathCchFindExtension ................. Passed 0.00 sec
Start 56: TestPathCchRenameExtension
56/186 Test #56: TestPathCchRenameExtension ............... Passed 0.00 sec
Start 57: TestPathCchRemoveExtension
57/186 Test #57: TestPathCchRemoveExtension ............... Passed 0.00 sec
Start 58: TestPathCchIsRoot
58/186 Test #58: TestPathCchIsRoot ........................ Passed 0.00 sec
Start 59: TestPathIsUNCEx
59/186 Test #59: TestPathIsUNCEx .......................... Passed 0.00 sec
Start 60: TestPathCchSkipRoot
60/186 Test #60: TestPathCchSkipRoot ...................... Passed 0.00 sec
Start 61: TestPathCchStripToRoot
61/186 Test #61: TestPathCchStripToRoot ................... Passed 0.00 sec
Start 62: TestPathCchStripPrefix
62/186 Test #62: TestPathCchStripPrefix ................... Passed 0.00 sec
Start 63: TestPathCchRemoveFileSpec
63/186 Test #63: TestPathCchRemoveFileSpec ................ Passed 0.00 sec
Start 64: TestPathShell
64/186 Test #64: TestPathShell ............................ Passed 0.00 sec
Start 65: TestPathMakePath
65/186 Test #65: TestPathMakePath ......................... Passed 0.00 sec
Start 66: TestIoDevice
66/186 Test #66: TestIoDevice ............................. Passed 0.01 sec
Start 67: TestIoGetOverlappedResult
67/186 Test #67: TestIoGetOverlappedResult ................ Passed 0.00 sec
Start 68: TestMemoryCreateFileMapping
68/186 Test #68: TestMemoryCreateFileMapping .............. Passed 0.00 sec
Start 69: TestIni
69/186 Test #69: TestIni .................................. Passed 0.00 sec
Start 70: TestVersion
70/186 Test #70: TestVersion .............................. Passed 0.00 sec
Start 71: TestImage
71/186 Test #71: TestImage ................................ Passed 0.02 sec
Start 72: TestBipBuffer
72/186 Test #72: TestBipBuffer ............................ Passed 0.00 sec
Start 73: TestBacktrace
73/186 Test #73: TestBacktrace ............................ Passed 0.00 sec
Start 74: TestQueue
74/186 Test #74: TestQueue ................................ Passed 0.00 sec
Start 75: TestPrint
75/186 Test #75: TestPrint ................................ Passed 0.00 sec
Start 76: TestPubSub
76/186 Test #76: TestPubSub ............................... Passed 0.00 sec
Start 77: TestStream
77/186 Test #77: TestStream ............................... Passed 0.00 sec
Start 78: TestBitStream
78/186 Test #78: TestBitStream ............................ Passed 0.00 sec
Start 79: TestArrayList
79/186 Test #79: TestArrayList ............................ Passed 0.00 sec
Start 80: TestLinkedList
80/186 Test #80: TestLinkedList ........................... Passed 0.00 sec
Start 81: TestListDictionary
81/186 Test #81: TestListDictionary ....................... Passed 0.00 sec
Start 82: TestCmdLine
82/186 Test #82: TestCmdLine .............................. Passed 0.00 sec
Start 83: TestWLog
83/186 Test #83: TestWLog ................................. Passed 0.00 sec
Start 84: TestWLogCallback
84/186 Test #84: TestWLogCallback ......................... Passed 0.00 sec
Start 85: TestHashTable
85/186 Test #85: TestHashTable ............................ Passed 0.00 sec
Start 86: TestBufferPool
86/186 Test #86: TestBufferPool ........................... Passed 0.00 sec
Start 87: TestStreamPool
87/186 Test #87: TestStreamPool ........................... Passed 0.00 sec
Start 88: TestMessageQueue
88/186 Test #88: TestMessageQueue ......................... Passed 0.00 sec
Start 89: TestMessagePipe
89/186 Test #89: TestMessagePipe .......................... Passed 0.00 sec
Start 90: TestErrorSetLastError
90/186 Test #90: TestErrorSetLastError .................... Passed 2.00 sec
Start 91: TestComReference
91/186 Test #91: TestComReference ......................... Passed 0.00 sec
Start 92: TestGetNativeSystemInfo
92/186 Test #92: TestGetNativeSystemInfo .................. Passed 0.00 sec
Start 93: TestCPUFeatures
93/186 Test #93: TestCPUFeatures .......................... Passed 0.00 sec
Start 94: TestGetComputerName
94/186 Test #94: TestGetComputerName ...................... Passed 0.00 sec
Start 95: TestSystemTime
95/186 Test #95: TestSystemTime ........................... Passed 0.00 sec
Start 96: TestLocalTime
96/186 Test #96: TestLocalTime ............................ Passed 0.00 sec
Start 97: TestPoolIO
97/186 Test #97: TestPoolIO ............................... Passed 0.00 sec
Start 98: TestPoolSynch
98/186 Test #98: TestPoolSynch ............................ Passed 0.00 sec
Start 99: TestPoolThread
99/186 Test #99: TestPoolThread ........................... Passed 0.00 sec
Start 100: TestPoolTimer
100/186 Test #100: TestPoolTimer ............................ Passed 0.00 sec
Start 101: TestPoolWork
101/186 Test #101: TestPoolWork ............................. Passed 0.00 sec
Start 102: TestThreadCommandLineToArgv
102/186 Test #102: TestThreadCommandLineToArgv .............. Passed 0.00 sec
Start 103: TestThreadCreateProcess
103/186 Test #103: TestThreadCreateProcess .................. Passed 0.09 sec
Start 104: TestThreadExitThread
104/186 Test #104: TestThreadExitThread ..................... Passed 1.21 sec
Start 105: TestQuerySecurityPackageInfo
105/186 Test #105: TestQuerySecurityPackageInfo ............. Passed 0.01 sec
Start 106: TestEnumerateSecurityPackages
106/186 Test #106: TestEnumerateSecurityPackages ............ Passed 0.00 sec
Start 107: TestInitializeSecurityContext
107/186 Test #107: TestInitializeSecurityContext ............ Passed 0.00 sec
Start 108: TestAcquireCredentialsHandle
108/186 Test #108: TestAcquireCredentialsHandle ............. Passed 0.00 sec
Start 109: TestCredSSP
109/186 Test #109: TestCredSSP .............................. Passed 0.00 sec
Start 110: TestNTLM
110/186 Test #110: TestNTLM ................................. Passed 0.01 sec
Start 111: TestAsn1Module
111/186 Test #111: TestAsn1Module ........................... Passed 0.00 sec
Start 112: TestAsn1Encoder
112/186 Test #112: TestAsn1Encoder .......................... Passed 0.00 sec
Start 113: TestAsn1Decoder
113/186 Test #113: TestAsn1Decoder .......................... Passed 0.00 sec
Start 114: TestAsn1Encode
114/186 Test #114: TestAsn1Encode ........................... Passed 0.00 sec
Start 115: TestAsn1Decode
115/186 Test #115: TestAsn1Decode ........................... Passed 0.00 sec
Start 116: TestAsn1String
116/186 Test #116: TestAsn1String ........................... Passed 0.00 sec
Start 117: TestAsn1Integer
117/186 Test #117: TestAsn1Integer .......................... Passed 0.00 sec
Start 118: TestAsn1Compare
118/186 Test #118: TestAsn1Compare .......................... Passed 0.00 sec
Start 119: TestAsn1BerEnc
119/186 Test #119: TestAsn1BerEnc ........................... Passed 0.00 sec
Start 120: TestAsn1BerDec
120/186 Test #120: TestAsn1BerDec ........................... Passed 0.00 sec
Start 121: TestAsn1DerEnc
121/186 Test #121: TestAsn1DerEnc ........................... Passed 0.00 sec
Start 122: TestAsn1DerDec
122/186 Test #122: TestAsn1DerDec ........................... Passed 0.00 sec
Start 123: TestTypes
123/186 Test #123: TestTypes ................................ Passed 0.00 sec
Start 124: TestFormatSpecifiers
124/186 Test #124: TestFormatSpecifiers ..................... Passed 0.00 sec
Start 125: TestAlignment
125/186 Test #125: TestAlignment ............................ Passed 0.00 sec
Start 126: TestString
126/186 Test #126: TestString ............................... Passed 0.00 sec
Start 127: TestUnicodeConversion
127/186 Test #127: TestUnicodeConversion .................... Passed 0.00 sec
Start 128: TestCredUIParseUserName
128/186 Test #128: TestCredUIParseUserName .................. Passed 0.00 sec
Start 129: TestCredUIConfirmCredentials
129/186 Test #129: TestCredUIConfirmCredentials ............. Passed 0.00 sec
Start 130: TestCredUIPromptForCredentials
130/186 Test #130: TestCredUIPromptForCredentials ........... Passed 0.00 sec
Start 131: TestCredUICmdLinePromptForCredentials
131/186 Test #131: TestCredUICmdLinePromptForCredentials .... Passed 0.00 sec
Start 132: TestWtsApiEnumerateProcesses
132/186 Test #132: TestWtsApiEnumerateProcesses ............. Passed 0.00 sec
Start 133: TestWtsApiEnumerateSessions
133/186 Test #133: TestWtsApiEnumerateSessions .............. Passed 0.00 sec
Start 134: TestWtsApiQuerySessionInformation
134/186 Test #134: TestWtsApiQuerySessionInformation ........ Passed 0.00 sec
Start 135: TestWtsApiSessionNotification
135/186 Test #135: TestWtsApiSessionNotification ............ Passed 0.00 sec
Start 136: TestWtsApiShutdownSystem
136/186 Test #136: TestWtsApiShutdownSystem ................. Passed 0.00 sec
Start 137: TestWtsApiWaitSystemEvent
137/186 Test #137: TestWtsApiWaitSystemEvent ................ Passed 0.00 sec
Start 138: TestDsMakeSpn
138/186 Test #138: TestDsMakeSpn ............................ Passed 0.00 sec
Start 139: TestDsCrackNames
139/186 Test #139: TestDsCrackNames ......................... Passed 0.00 sec
Start 140: TestWndCreateWindowEx
140/186 Test #140: TestWndCreateWindowEx .................... Passed 0.00 sec
Start 141: TestWndWmCopyData
141/186 Test #141: TestWndWmCopyData ........................ Passed 0.00 sec
Start 142: TestSmartCardListReaders
142/186 Test #142: TestSmartCardListReaders ................. Passed 0.08 sec
Start 143: TestNtCreateFile
143/186 Test #143: TestNtCreateFile ......................... Passed 0.01 sec
Start 144: TestNtCurrentTeb
144/186 Test #144: TestNtCurrentTeb ......................... Passed 0.01 sec
Start 145: TestClipboardFormats
145/186 Test #145: TestClipboardFormats ..................... Passed 0.01 sec
Start 146: TestIntrinsics
146/186 Test #146: TestIntrinsics ........................... Passed 0.01 sec
Start 147: TestTypes
147/186 Test #147: TestTypes ................................ Passed 0.00 sec
Start 148: TestRingBuffer
148/186 Test #148: TestRingBuffer ........................... Passed 0.01 sec
Start 149: TestCommonAssistance
149/186 Test #149: TestCommonAssistance ..................... Passed 0.01 sec
Start 150: TestGdiRop3
150/186 Test #150: TestGdiRop3 .............................. Passed 0.00 sec
Start 151: TestGdiLine
151/186 Test #151: TestGdiLine .............................. Passed 0.00 sec
Start 152: TestGdiRect
152/186 Test #152: TestGdiRect .............................. Passed 0.01 sec
Start 153: TestGdiBitBlt
153/186 Test #153: TestGdiBitBlt ............................ Passed 2.11 sec
Start 154: TestGdiCreate
154/186 Test #154: TestGdiCreate ............................ Passed 1.29 sec
Start 155: TestGdiEllipse
155/186 Test #155: TestGdiEllipse ........................... Passed 0.01 sec
Start 156: TestGdiClip
156/186 Test #156: TestGdiClip .............................. Passed 0.00 sec
Start 157: TestKnownHosts
157/186 Test #157: TestKnownHosts ........................... Passed 0.01 sec
Start 158: TestBase64
158/186 Test #158: TestBase64 ............................... Passed 0.00 sec
Start 159: Test_x509_cert_info
159/186 Test #159: Test_x509_cert_info ...................... Passed 0.00 sec
Start 160: TestVersion
160/186 Test #160: TestVersion .............................. Passed 0.00 sec
Start 161: TestSettings
161/186 Test #161: TestSettings ............................. Passed 0.00 sec
Start 162: TestFreeRDPRegion
162/186 Test #162: TestFreeRDPRegion ........................ Passed 0.00 sec
Start 163: TestFreeRDPCodecMppc
163/186 Test #163: TestFreeRDPCodecMppc ..................... Passed 0.00 sec
Start 164: TestFreeRDPCodecNCrush
164/186 Test #164: TestFreeRDPCodecNCrush ................... Passed 0.00 sec
Start 165: TestFreeRDPCodecXCrush
165/186 Test #165: TestFreeRDPCodecXCrush ................... Passed 0.00 sec
Start 166: TestFreeRDPCodecZGfx
166/186 Test #166: TestFreeRDPCodecZGfx ..................... Passed 0.01 sec
Start 167: TestFreeRDPCodecPlanar
167/186 Test #167: TestFreeRDPCodecPlanar ................... Passed 3.17 sec
Start 168: TestFreeRDPCodecClear
168/186 Test #168: TestFreeRDPCodecClear .................... Passed 0.01 sec
Start 169: TestFreeRDPCodecProgressive
169/186 Test #169: TestFreeRDPCodecProgressive .............. Passed 0.00 sec
Start 170: TestFreeRDPCodecRemoteFX
170/186 Test #170: TestFreeRDPCodecRemoteFX ................. Passed 0.00 sec
Start 171: TestPrimitivesAdd
171/186 Test #171: TestPrimitivesAdd ........................ Passed 0.01 sec
Start 172: TestPrimitivesAlphaComp
172/186 Test #172: TestPrimitivesAlphaComp .................. Passed 0.00 sec
Start 173: TestPrimitivesAndOr
173/186 Test #173: TestPrimitivesAndOr ...................... Passed 0.02 sec
Start 174: TestPrimitivesColors
174/186 Test #174: TestPrimitivesColors ..................... Passed 2.55 sec
Start 175: TestPrimitivesCopy
175/186 Test #175: TestPrimitivesCopy ....................... Passed 0.13 sec
Start 176: TestPrimitivesSet
176/186 Test #176: TestPrimitivesSet ........................ Passed 0.01 sec
Start 177: TestPrimitivesShift
177/186 Test #177: TestPrimitivesShift ...................... Passed 0.02 sec
Start 178: TestPrimitivesSign
178/186 Test #178: TestPrimitivesSign ....................... Passed 0.01 sec
Start 179: TestPrimitivesYUV
179/186 Test #179: TestPrimitivesYUV ........................ Passed 0.54 sec
Start 180: TestPrimitivesYCbCr
180/186 Test #180: TestPrimitivesYCbCr ...................... Passed 2.24 sec
Start 181: TestPrimitivesYCoCg
181/186 Test #181: TestPrimitivesYCoCg ...................... Passed 6.39 sec
Start 182: TestRdTkNinePatch
182/186 Test #182: TestRdTkNinePatch ........................ Passed 0.01 sec
Start 183: TestStr
183/186 Test #183: TestStr .................................. Passed 0.10 sec
Start 184: TestClientRdpFile
184/186 Test #184: TestClientRdpFile ........................ Passed 0.02 sec
Start 185: TestClientChannels
185/186 Test #185: TestClientChannels ....................... Passed 0.02 sec
Start 186: TestClientCmdLine
186/186 Test #186: TestClientCmdLine ........................ Passed 0.01 sec
100% tests passed, 0 tests failed out of 186
Total Test time (real) = 74.21 sec
F/3:45:37[pjb@L0231342 :0.0 freerdp-test-smartcard-logon-rdp]$ export WLOG_PREFIX='%yr%mo%dyT%hr%mi%se.%ml:%fl:%ln:%lv %fn '
export WLOG_APPENDER=CONSOLE
export WLOG_LEVEL=DEBUG
F/3:45:37[pjb@L0231342 :0.0 freerdp-test-smartcard-logon-rdp]$ F/3:45:37[pjb@L0231342 :0.0 freerdp-test-smartcard-logon-rdp]$ F/3:45:37[pjb@L0231342 :0.0 freerdp-test-smartcard-logon-rdp]$ F/3:45:37[pjb@L0231342 :0.0 freerdp-test-smartcard-logon-rdp]$
F/3:45:37[pjb@L0231342 :0.0 freerdp-test-smartcard-logon-rdp]$ client/X11/xfreerdp /smartcard /smartcard-logon:rdp /v:w0210312.ac.int
20180906T111236.487:signal.c:112:DEBUG freerdp_handle_signals Registering signal hook...
20180906T111236.491:cmdline.c:1390:DEBUG freerdp_client_detect_command_line windows: 0/1 posix: -1000/0 compat: -1000/0
20180906T111236.491:cmdline.c:3040:INFO freerdp_client_load_static_channel_addin loading channelEx rdpdr
20180906T111236.491:cmdline.c:3040:INFO freerdp_client_load_static_channel_addin loading channelEx rdpsnd
20180906T111236.491:cliprdr_main.c:1298:DEBUG cliprdr_VirtualChannelEntryEx VirtualChannelEntryEx
20180906T111236.491:cmdline.c:3040:INFO freerdp_client_load_static_channel_addin loading channelEx cliprdr
20180906T111236.492:xf_window.c:347:INFO xf_GetWindowProperty Property 362 does not exist
20180906T111236.492:xf_client.c:962:DEBUG xf_get_x11_button_map Searching for XInput pointer device
20180906T111236.492:xf_client.c:1014:DEBUG xf_get_x11_button_map Pointer device: 11
20180906T111236.494:nego.c:1177:DEBUG nego_set_negotiation_enabled Enabling security layer negotiation: TRUE
20180906T111236.494:nego.c:1189:DEBUG nego_set_restricted_admin_mode_required Enabling restricted admin mode: FALSE
20180906T111236.494:nego.c:1211:DEBUG nego_enable_rdp Enabling RDP security: TRUE
20180906T111236.494:nego.c:1223:DEBUG nego_enable_tls Enabling TLS security: FALSE
20180906T111236.494:nego.c:1235:DEBUG nego_enable_nla Enabling NLA security: FALSE
20180906T111236.494:nego.c:1247:DEBUG nego_enable_ext Enabling NLA extended security: FALSE
20180906T111236.494:nego.c:159:DEBUG nego_connect state: NEGO_STATE_RDP
20180906T111236.494:nego.c:509:DEBUG nego_attempt_rdp Attempting RDP security
20180906T111236.494:tcp.c:1197:DEBUG freerdp_tcp_connect connecting to peer 10.237.5.43
20180906T111236.496:nego.c:858:DEBUG nego_send_negotiation_request RequestedProtocols: 0
20180906T111236.503:nego.c:629:DEBUG nego_recv no rdpNegData
20180906T111236.503:nego.c:174:DEBUG nego_connect Negotiated RDP security
20180906T111236.503:nego.c:233:DEBUG nego_security_connect nego_security_connect with PROTOCOL_RDP
20180906T111236.506:gcc.c:1111:DEBUG gcc_read_server_security_data Server rdp encryption method: 128BIT
20180906T111236.510:info.c:759:DEBUG rdp_write_info_packet Client Info Packet Flags = INFO_MOUSE|INFO_DISABLECTRLALTDEL|INFO_AUTOLOGON|INFO_UNICODE|INFO_MAXIMIZESHELL|INFO_LOGONNOTIFY|INFO_COMPRESSION|INFO_ENABLEWINDOWSKEY|INFO_FORCE_ENCRYPTED_CS_PDU|INFO_LOGONERRORS|INFO_MOUSE_HAS_WHEEL|INFO_PASSWORD_IS_SC_PIN|INFO_NOAUDIOPLAYBACK
20180906T111236.516:timezone.c:2252:DEBUG GetTimeZoneInformation tz: Bias=-60 sn='Romance Standard Time' dln='Romance Daylight Time'
20180906T111238.288:rdp.c:609:DEBUG rdp_send_data_pdu rdp_send_data_pdu: sending data (type=0x1f size=49 channelId=1007)
20180906T111238.288:rdp.c:609:DEBUG rdp_send_data_pdu rdp_send_data_pdu: sending data (type=0x14 size=53 channelId=1007)
20180906T111238.288:rdp.c:609:DEBUG rdp_send_data_pdu rdp_send_data_pdu: sending data (type=0x14 size=53 channelId=1007)
20180906T111238.288:rdp.c:609:DEBUG rdp_send_data_pdu rdp_send_data_pdu: sending data (type=0x2b size=69 channelId=1007)
20180906T111238.288:rdp.c:609:DEBUG rdp_send_data_pdu rdp_send_data_pdu: sending data (type=0x27 size=53 channelId=1007)
20180906T111238.289:rdp.c:821:DEBUG rdp_recv_data_pdu recv Synchronize Data PDU (0x1F), length: 22
20180906T111238.289:rdp.c:821:DEBUG rdp_recv_data_pdu recv Control Data PDU (0x14), length: 26
20180906T111238.289:rdp.c:821:DEBUG rdp_recv_data_pdu recv Control Data PDU (0x14), length: 26
20180906T111238.289:rdp.c:821:DEBUG rdp_recv_data_pdu recv Font Map Data PDU (0x28), length: 26
20180906T111238.289:gdi.c:1276:INFO gdi_init_ex Local framebuffer format PIXEL_FORMAT_BGRX32
20180906T111238.289:gdi.c:1278:INFO gdi_init_ex Remote framebuffer format PIXEL_FORMAT_RGB16
20180906T111238.321:clipboard.c:536:INFO ClipboardInitLocalFileSubsystem initialized POSIX local file subsystem
20180906T111238.328:rdpsnd_main.c:725:INFO rdpsnd_load_device_plugin Loaded fake backend for rdpsnd
20180906T111238.328:devman.c:176:INFO devman_load_device_service Loading device service smartcard [SMARTCARD] (static)
20180906T111238.328:smartcard_main.c:765:DEBUG smartcard_DeviceServiceEntry smartcard_DeviceServiceEntry(SMARTCARD -> SCARD)
20180906T111239.252:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.252:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.252:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.252:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.252:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.252:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.252:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.252:region.c:211:DEBUG gdi_CRgnToRect Invisible rectangle 0x0-15x0
20180906T111239.252:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.252:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.253:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.253:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111239.253:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.253:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.253:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111239.253:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.253:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.253:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111239.253:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.253:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111239.253:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.257:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.257:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.257:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.257:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.258:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.258:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.258:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.258:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.258:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111239.258:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.258:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.258:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111239.258:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.258:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.258:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.258:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.258:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.259:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.259:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.259:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.259:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.259:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.259:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.259:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.259:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.260:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.260:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.260:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.260:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.260:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.260:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.260:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.260:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.260:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.260:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.260:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.260:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.261:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.261:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.261:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.261:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.261:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.261:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.261:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.261:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.261:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.262:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.262:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.262:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.262:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.262:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.263:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.263:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.263:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111239.263:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111239.263:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.263:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111239.264:region.c:211:DEBUG gdi_CRgnToRect Invisible rectangle 0x0-15x0
20180906T111240.047:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111240.153:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111240.153:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111240.154:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111240.264:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111240.265:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111240.265:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111240.265:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111240.265:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111240.266:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111240.266:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111240.267:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111240.267:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111240.268:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111240.268:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111240.269:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111240.269:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111240.270:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111240.270:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111240.270:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111240.270:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111240.321:smartcard_main.c:377:DEBUG smartcard_init smartcard_init(SCARD)
20180906T111240.322:rdpdr_main.c:1289:INFO rdpdr_send_device_list_announce_request registered device #1: SCARD (type=32 id=1)
20180906T111241.374:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111241.374:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111241.377:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111241.378:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.378:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.378:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.378:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.378:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.378:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.378:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.378:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.378:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.378:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.378:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.378:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.379:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.379:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.379:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.379:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.379:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.379:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.379:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.379:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.379:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.379:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.381:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.381:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.381:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111241.381:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.481:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111241.481:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111241.485:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111241.485:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.485:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.486:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.486:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.486:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111241.486:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.763:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardAccessStartedEvent (0x000900E0) FileId: 1 CompletionId: 0
20180906T111241.778:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEstablishContext (0x00090014) FileId: 1 CompletionId: 0
20180906T111241.778:smartcard_pack.c:440:DEBUG smartcard_trace_establish_context_call EstablishContext_Call {
20180906T111241.778:smartcard_pack.c:442:DEBUG smartcard_trace_establish_context_call dwScope: SCARD_SCOPE_SYSTEM (0x00000002)
20180906T111241.778:smartcard_pack.c:443:DEBUG smartcard_trace_establish_context_call }
20180906T111241.778:smartcard_main.c:120:DEBUG smartcard_context_new smartcard_context_new(SCARD)
20180906T111241.778:smartcard_pack.c:471:DEBUG smartcard_trace_establish_context_return EstablishContext_Return {
20180906T111241.778:smartcard_pack.c:473:DEBUG smartcard_trace_establish_context_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111241.778:smartcard_pack.c:480:DEBUG smartcard_trace_establish_context_return hContext: 0x2D6C514800000000 (8)
20180906T111241.778:smartcard_pack.c:488:DEBUG smartcard_trace_establish_context_return }
20180906T111241.780:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 0
20180906T111241.780:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111241.780:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0x2D6C514800000000 (8)
20180906T111241.780:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 36 mszGroups: SCard$AllReaders fmszReadersIsNULL: 0 cchReaders: 0xFFFFFFFF
20180906T111241.780:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111241.780:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111241.781:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111241.781:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111241.781:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111241.781:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111241.781:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111241.782:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetStatusChangeW (0x000900A4) FileId: 1 CompletionId: 0
20180906T111241.782:smartcard_pack.c:1593:DEBUG smartcard_trace_get_status_change_w_call GetStatusChangeW_Call {
20180906T111241.782:smartcard_pack.c:1600:DEBUG smartcard_trace_get_status_change_w_call hContext: 0x2D6C514800000000 (8)
20180906T111241.782:smartcard_pack.c:1609:DEBUG smartcard_trace_get_status_change_w_call dwTimeOut: 0xFFFFFFFF cReaders: 2
20180906T111241.782:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [0]: szReader: \\?PnP?\Notification cbAtr: 0
20180906T111241.782:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00010000)
20180906T111241.782:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111241.782:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [1]: szReader: XIRING Leo v2 (8288830623) 00 00 cbAtr: 0
20180906T111241.782:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [1]: dwCurrentState: SCARD_STATE_EMPTY (0x00000010)
20180906T111241.782:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [1]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111241.783:smartcard_pack.c:1629:DEBUG smartcard_trace_get_status_change_w_call }
20180906T111241.212:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111241.212:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111241.212:orders.c:3158:DEBUG update_recv_primary_order MultiOpaqueRect Primary Drawing Order (0x00000012)
20180906T111241.213:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.213:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.213:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.213:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.213:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.213:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.213:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.213:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.214:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.214:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.214:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.214:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.214:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.214:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.214:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.214:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.214:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.214:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.214:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.215:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.215:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.215:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.215:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.215:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.216:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.216:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.218:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.219:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.221:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.221:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.223:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.224:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.225:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.225:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.227:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.227:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.228:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.229:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.230:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.230:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.230:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.232:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.232:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.232:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.232:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.234:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.234:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.234:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.234:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.234:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.234:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.234:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.234:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.236:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.237:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.237:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.237:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.237:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.237:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.237:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.237:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.237:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.238:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.238:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.239:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.239:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.240:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.240:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.241:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.241:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.242:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.242:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.243:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.243:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.243:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.243:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.244:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.244:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.245:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.245:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.245:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.246:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.246:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.246:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.246:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.246:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.246:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.246:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.246:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.246:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.246:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.247:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.247:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.247:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.248:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.248:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.248:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.248:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.248:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.248:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.248:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.248:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.248:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.248:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.248:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.248:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.249:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.249:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.249:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.249:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.249:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.249:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.249:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.249:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.249:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.249:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.249:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.249:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.249:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.250:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.250:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.250:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.250:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.250:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.250:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.250:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.250:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.250:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.251:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.251:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.251:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.251:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.251:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.251:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.251:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.251:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.251:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.251:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.251:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.251:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.251:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.251:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.251:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.251:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.308:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.308:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.308:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.308:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.308:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.308:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.308:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.308:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.308:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.308:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.308:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.308:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.308:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.309:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.310:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.310:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.310:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.310:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.310:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.310:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.311:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.311:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.311:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.311:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.311:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.311:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.311:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.311:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111241.312:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111241.312:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.312:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111241.312:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.405:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.405:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.405:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.405:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.405:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.405:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.405:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.405:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.405:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.405:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.405:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.405:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.406:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.406:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.406:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.406:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.406:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.406:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.503:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.504:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.504:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.504:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.504:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.504:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.504:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.505:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.505:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.505:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.505:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.505:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.505:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.505:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.505:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111242.505:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.505:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.505:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.505:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111242.506:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.506:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.506:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.507:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.507:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.507:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.507:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.507:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.682:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111242.683:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.683:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.683:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.684:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.684:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111242.684:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111242.684:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111242.684:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111243.102:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111243.102:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111243.114:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardAccessStartedEvent (0x000900E0) FileId: 1 CompletionId: 1
20180906T111243.117:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111243.123:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111243.123:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111243.153:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEstablishContext (0x00090014) FileId: 1 CompletionId: 1
20180906T111243.153:smartcard_pack.c:440:DEBUG smartcard_trace_establish_context_call EstablishContext_Call {
20180906T111243.154:smartcard_pack.c:442:DEBUG smartcard_trace_establish_context_call dwScope: SCARD_SCOPE_SYSTEM (0x00000002)
20180906T111243.154:smartcard_pack.c:443:DEBUG smartcard_trace_establish_context_call }
20180906T111243.154:smartcard_main.c:120:DEBUG smartcard_context_new smartcard_context_new(SCARD)
20180906T111243.155:smartcard_pack.c:471:DEBUG smartcard_trace_establish_context_return EstablishContext_Return {
20180906T111243.155:smartcard_pack.c:473:DEBUG smartcard_trace_establish_context_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111243.155:smartcard_pack.c:480:DEBUG smartcard_trace_establish_context_return hContext: 0xCC6FC05E00000000 (8)
20180906T111243.155:smartcard_pack.c:488:DEBUG smartcard_trace_establish_context_return }
20180906T111243.157:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 1
20180906T111243.157:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111243.157:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0xCC6FC05E00000000 (8)
20180906T111243.157:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 36 mszGroups: SCard$AllReaders fmszReadersIsNULL: 0 cchReaders: 0xFFFFFFFF
20180906T111243.157:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111243.158:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111243.158:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111243.158:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111243.158:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111243.158:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111243.158:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111243.216:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111243.216:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetStatusChangeW (0x000900A4) FileId: 1 CompletionId: 1
20180906T111243.216:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111243.216:smartcard_pack.c:1593:DEBUG smartcard_trace_get_status_change_w_call GetStatusChangeW_Call {
20180906T111243.216:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111243.216:smartcard_pack.c:1600:DEBUG smartcard_trace_get_status_change_w_call hContext: 0xCC6FC05E00000000 (8)
20180906T111243.216:smartcard_pack.c:1609:DEBUG smartcard_trace_get_status_change_w_call dwTimeOut: 0xFFFFFFFF cReaders: 2
20180906T111243.216:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [0]: szReader: \\?PnP?\Notification cbAtr: 0
20180906T111243.216:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00010000)
20180906T111243.216:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111243.216:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [1]: szReader: XIRING Leo v2 (8288830623) 00 00 cbAtr: 0
20180906T111243.216:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [1]: dwCurrentState: SCARD_STATE_EMPTY (0x00000010)
20180906T111243.216:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [1]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111243.216:smartcard_pack.c:1629:DEBUG smartcard_trace_get_status_change_w_call }
20180906T111244.353:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111244.353:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111244.353:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111244.353:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111244.353:orders.c:3158:DEBUG update_recv_primary_order MultiOpaqueRect Primary Drawing Order (0x00000012)
20180906T111244.354:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.354:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.354:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.354:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.354:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.354:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.355:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.355:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.356:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.356:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.357:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.357:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.357:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.357:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.357:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.357:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.357:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.357:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.357:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.357:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.357:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.357:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.357:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.358:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.358:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.358:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.358:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.358:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.358:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.359:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.359:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.359:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.359:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.359:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.360:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.360:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.360:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.360:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.360:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.361:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.361:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.361:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.361:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.361:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.361:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.361:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.362:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.362:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.362:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.362:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.362:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.363:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.363:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.363:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.363:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.363:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.363:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.363:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.363:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.364:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.364:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.364:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.364:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.364:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.365:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.365:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.365:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.365:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.365:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.365:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.365:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.365:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.366:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.366:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.367:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.367:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.368:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.368:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.368:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.368:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.368:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.368:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.368:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.368:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.368:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.368:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.368:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.368:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.368:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.368:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.368:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.368:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.369:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.369:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.369:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.369:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.369:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.370:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.370:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.370:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.370:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.370:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.370:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.370:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.370:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.370:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.371:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.371:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.371:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.371:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.371:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.371:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.371:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.372:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.372:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.372:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.373:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.373:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.373:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.373:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.373:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.373:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.373:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.373:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.373:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.373:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.374:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.374:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.374:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.374:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.374:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.374:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.374:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.374:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.374:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.374:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.374:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.375:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.375:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.375:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.375:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.375:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.375:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.375:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.495:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.495:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.495:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.495:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.495:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.495:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.495:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.495:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.495:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.495:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.496:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.496:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.496:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.496:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.496:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.496:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.496:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.496:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.496:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.496:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.496:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.496:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.496:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.496:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.497:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.497:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.497:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.497:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.497:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.497:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.497:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.497:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.498:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.498:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.498:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.498:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.498:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.498:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.498:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.498:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.498:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.498:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.498:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.498:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.499:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.499:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.499:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.499:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.499:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.499:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.499:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.499:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.499:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.499:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.499:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.500:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.500:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.500:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.500:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.500:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.500:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.500:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.500:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.500:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.599:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.599:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.599:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.599:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.599:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.599:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.599:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.599:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.600:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.600:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.600:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111244.600:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.600:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.600:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.600:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.601:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111244.601:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111244.602:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111244.602:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.602:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.603:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.603:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.603:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.603:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.604:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.604:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.605:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.605:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.606:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.606:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.606:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.606:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.606:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.606:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.606:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.606:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.698:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.698:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.698:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.698:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.698:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.698:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.698:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.698:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.698:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.698:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.698:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.698:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.698:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.698:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.699:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.699:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.699:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.699:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.699:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.699:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.699:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.699:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.699:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.699:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.699:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.699:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.700:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.700:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.700:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.700:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.701:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.701:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.799:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.799:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.800:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.800:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.800:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.800:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111244.800:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.800:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.800:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111244.801:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.801:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111244.801:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.801:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.801:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.801:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111244.801:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111244.801:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.582:smartcard_pack.c:1666:DEBUG smartcard_trace_get_status_change_return GetStatusChangeW_Return {
20180906T111245.582:smartcard_pack.c:1666:DEBUG smartcard_trace_get_status_change_return GetStatusChangeW_Return {
20180906T111245.582:smartcard_pack.c:1668:DEBUG smartcard_trace_get_status_change_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.582:smartcard_pack.c:1668:DEBUG smartcard_trace_get_status_change_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.582:smartcard_pack.c:1669:DEBUG smartcard_trace_get_status_change_return cReaders: 2
20180906T111245.582:smartcard_pack.c:1669:DEBUG smartcard_trace_get_status_change_return cReaders: 2
20180906T111245.582:smartcard_pack.c:1678:DEBUG smartcard_trace_get_status_change_return [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00010000)
20180906T111245.582:smartcard_pack.c:1678:DEBUG smartcard_trace_get_status_change_return [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00010000)
20180906T111245.582:smartcard_pack.c:1680:DEBUG smartcard_trace_get_status_change_return [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.582:smartcard_pack.c:1680:DEBUG smartcard_trace_get_status_change_return [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.582:smartcard_pack.c:1682:DEBUG smartcard_trace_get_status_change_return [0]: cbAtr: 0 rgbAtr:
20180906T111245.582:smartcard_pack.c:1682:DEBUG smartcard_trace_get_status_change_return [0]: cbAtr: 0 rgbAtr:
20180906T111245.583:smartcard_pack.c:1678:DEBUG smartcard_trace_get_status_change_return [1]: dwCurrentState: SCARD_STATE_EMPTY (0x00000010)
20180906T111245.583:smartcard_pack.c:1678:DEBUG smartcard_trace_get_status_change_return [1]: dwCurrentState: SCARD_STATE_EMPTY (0x00000010)
20180906T111245.583:smartcard_pack.c:1680:DEBUG smartcard_trace_get_status_change_return [1]: dwEventState: SCARD_STATE_CHANGED | SCARD_STATE_PRESENT (0x000B0022)
20180906T111245.583:smartcard_pack.c:1680:DEBUG smartcard_trace_get_status_change_return [1]: dwEventState: SCARD_STATE_CHANGED | SCARD_STATE_PRESENT (0x000B0022)
20180906T111245.583:smartcard_pack.c:1682:DEBUG smartcard_trace_get_status_change_return [1]: cbAtr: 24 rgbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111245.583:smartcard_pack.c:1682:DEBUG smartcard_trace_get_status_change_return [1]: cbAtr: 24 rgbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111245.583:smartcard_pack.c:1688:DEBUG smartcard_trace_get_status_change_return }
20180906T111245.583:smartcard_pack.c:1688:DEBUG smartcard_trace_get_status_change_return }
20180906T111245.668:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEstablishContext (0x00090014) FileId: 1 CompletionId: 0
20180906T111245.669:smartcard_pack.c:440:DEBUG smartcard_trace_establish_context_call EstablishContext_Call {
20180906T111245.669:smartcard_pack.c:442:DEBUG smartcard_trace_establish_context_call dwScope: SCARD_SCOPE_USER (0x00000000)
20180906T111245.669:smartcard_pack.c:443:DEBUG smartcard_trace_establish_context_call }
20180906T111245.669:smartcard_main.c:120:DEBUG smartcard_context_new smartcard_context_new(SCARD)
20180906T111245.670:smartcard_pack.c:471:DEBUG smartcard_trace_establish_context_return EstablishContext_Return {
20180906T111245.670:smartcard_pack.c:473:DEBUG smartcard_trace_establish_context_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.670:smartcard_pack.c:480:DEBUG smartcard_trace_establish_context_return hContext: 0x29DDD52400000000 (8)
20180906T111245.670:smartcard_pack.c:488:DEBUG smartcard_trace_establish_context_return }
20180906T111245.671:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.672:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.672:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0x29DDD52400000000 (8)
20180906T111245.672:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.672:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.672:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.672:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.673:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 0
20180906T111245.673:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111245.673:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0x29DDD52400000000 (8)
20180906T111245.673:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 0 mszGroups: (nil) fmszReadersIsNULL: 1 cchReaders: 0x00000000
20180906T111245.673:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111245.674:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111245.674:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111245.674:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111245.674:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.674:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111245.674:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111245.675:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 0
20180906T111245.675:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111245.675:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0x29DDD52400000000 (8)
20180906T111245.675:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 0 mszGroups: (nil) fmszReadersIsNULL: 0 cchReaders: 0x00000022
20180906T111245.675:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111245.676:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111245.676:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111245.676:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111245.676:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.676:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111245.676:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111245.677:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111245.677:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.677:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0x29DDD52400000000 (8)
20180906T111245.677:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.677:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.677:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.677:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.678:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetStatusChangeW (0x000900A4) FileId: 1 CompletionId: 0
20180906T111245.678:smartcard_pack.c:1593:DEBUG smartcard_trace_get_status_change_w_call GetStatusChangeW_Call {
20180906T111245.678:smartcard_pack.c:1600:DEBUG smartcard_trace_get_status_change_w_call hContext: 0x29DDD52400000000 (8)
20180906T111245.679:smartcard_pack.c:1609:DEBUG smartcard_trace_get_status_change_w_call dwTimeOut: 0x00000000 cReaders: 1
20180906T111245.679:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [0]: szReader: XIRING Leo v2 (8288830623) 00 00 cbAtr: 0
20180906T111245.679:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.679:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.679:smartcard_pack.c:1629:DEBUG smartcard_trace_get_status_change_w_call }
20180906T111245.679:smartcard_pack.c:1666:DEBUG smartcard_trace_get_status_change_return GetStatusChangeW_Return {
20180906T111245.679:smartcard_pack.c:1668:DEBUG smartcard_trace_get_status_change_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.679:smartcard_pack.c:1669:DEBUG smartcard_trace_get_status_change_return cReaders: 1
20180906T111245.679:smartcard_pack.c:1678:DEBUG smartcard_trace_get_status_change_return [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.679:smartcard_pack.c:1680:DEBUG smartcard_trace_get_status_change_return [0]: dwEventState: SCARD_STATE_CHANGED | SCARD_STATE_PRESENT (0x000B0022)
20180906T111245.679:smartcard_pack.c:1682:DEBUG smartcard_trace_get_status_change_return [0]: cbAtr: 24 rgbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111245.679:smartcard_pack.c:1688:DEBUG smartcard_trace_get_status_change_return }
20180906T111245.680:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.681:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.681:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0x29DDD52400000000 (8)
20180906T111245.681:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.681:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.681:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.681:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.682:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardReleaseContext (0x00090018) FileId: 1 CompletionId: 0
20180906T111245.682:smartcard_pack.c:514:DEBUG smartcard_trace_context_call ReleaseContext_Call {
20180906T111245.682:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0x29DDD52400000000 (8)
20180906T111245.682:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.682:smartcard_main.c:161:DEBUG smartcard_context_free smartcard_context_free(SCARD)
20180906T111245.683:smartcard_pack.c:537:DEBUG smartcard_trace_long_return ReleaseContext_Return {
20180906T111245.683:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.683:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.685:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEstablishContext (0x00090014) FileId: 1 CompletionId: 0
20180906T111245.685:smartcard_pack.c:440:DEBUG smartcard_trace_establish_context_call EstablishContext_Call {
20180906T111245.685:smartcard_pack.c:442:DEBUG smartcard_trace_establish_context_call dwScope: SCARD_SCOPE_USER (0x00000000)
20180906T111245.685:smartcard_pack.c:443:DEBUG smartcard_trace_establish_context_call }
20180906T111245.686:smartcard_main.c:120:DEBUG smartcard_context_new smartcard_context_new(SCARD)
20180906T111245.686:smartcard_pack.c:471:DEBUG smartcard_trace_establish_context_return EstablishContext_Return {
20180906T111245.686:smartcard_pack.c:473:DEBUG smartcard_trace_establish_context_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.686:smartcard_pack.c:480:DEBUG smartcard_trace_establish_context_return hContext: 0xC101582D00000000 (8)
20180906T111245.686:smartcard_pack.c:488:DEBUG smartcard_trace_establish_context_return }
20180906T111245.687:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.687:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.687:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xC101582D00000000 (8)
20180906T111245.687:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.687:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.687:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.687:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.688:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetStatusChangeW (0x000900A4) FileId: 1 CompletionId: 1
20180906T111245.688:smartcard_pack.c:1593:DEBUG smartcard_trace_get_status_change_w_call GetStatusChangeW_Call {
20180906T111245.688:smartcard_pack.c:1600:DEBUG smartcard_trace_get_status_change_w_call hContext: 0xC101582D00000000 (8)
20180906T111245.688:smartcard_pack.c:1609:DEBUG smartcard_trace_get_status_change_w_call dwTimeOut: 0x00000000 cReaders: 1
20180906T111245.688:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [0]: szReader: XIRING Leo v2 (8288830623) 00 00 cbAtr: 0
20180906T111245.688:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.688:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.688:smartcard_pack.c:1629:DEBUG smartcard_trace_get_status_change_w_call }
20180906T111245.688:smartcard_pack.c:1666:DEBUG smartcard_trace_get_status_change_return GetStatusChangeW_Return {
20180906T111245.688:smartcard_pack.c:1668:DEBUG smartcard_trace_get_status_change_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.688:smartcard_pack.c:1669:DEBUG smartcard_trace_get_status_change_return cReaders: 1
20180906T111245.688:smartcard_pack.c:1678:DEBUG smartcard_trace_get_status_change_return [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.688:smartcard_pack.c:1680:DEBUG smartcard_trace_get_status_change_return [0]: dwEventState: SCARD_STATE_CHANGED | SCARD_STATE_PRESENT (0x000B0022)
20180906T111245.688:smartcard_pack.c:1682:DEBUG smartcard_trace_get_status_change_return [0]: cbAtr: 24 rgbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111245.688:smartcard_pack.c:1688:DEBUG smartcard_trace_get_status_change_return }
20180906T111245.689:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111245.689:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.689:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xC101582D00000000 (8)
20180906T111245.689:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.689:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.689:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.689:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.690:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardReleaseContext (0x00090018) FileId: 1 CompletionId: 1
20180906T111245.690:smartcard_pack.c:514:DEBUG smartcard_trace_context_call ReleaseContext_Call {
20180906T111245.690:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xC101582D00000000 (8)
20180906T111245.690:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.690:smartcard_main.c:161:DEBUG smartcard_context_free smartcard_context_free(SCARD)
20180906T111245.690:smartcard_pack.c:537:DEBUG smartcard_trace_long_return ReleaseContext_Return {
20180906T111245.690:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.690:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.694:orders.c:3475:DEBUG update_recv_altsec_order Create Offscreen Bitmap Alternate Secondary Drawing Order (0x01)
20180906T111245.694:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111245.694:orders.c:3045:DEBUG update_recv_primary_order DstBlt Primary Drawing Order (0x00000000) rop=0 [0x00000042]
20180906T111245.694:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111245.694:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111245.694:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111245.694:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111245.694:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.694:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111245.694:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111245.694:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111245.694:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.694:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.695:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.695:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.695:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.695:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.695:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.695:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.696:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.696:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.696:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.696:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.696:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.696:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.696:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.863:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.863:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.863:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.863:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.864:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.864:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.864:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111245.864:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.864:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111245.864:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.864:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111245.864:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.864:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.864:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111245.864:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.865:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111245.865:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.865:orders.c:3359:DEBUG update_recv_secondary_order Cache Bitmap V2 (Compressed) Secondary Drawing Order (0x05)
20180906T111245.865:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.865:orders.c:3475:DEBUG update_recv_altsec_order Frame Marker Alternate Secondary Drawing Order (0x0D)
20180906T111245.865:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111245.865:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111245.929:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEstablishContext (0x00090014) FileId: 1 CompletionId: 1
20180906T111245.930:smartcard_pack.c:440:DEBUG smartcard_trace_establish_context_call EstablishContext_Call {
20180906T111245.930:smartcard_pack.c:442:DEBUG smartcard_trace_establish_context_call dwScope: SCARD_SCOPE_USER (0x00000000)
20180906T111245.930:smartcard_pack.c:443:DEBUG smartcard_trace_establish_context_call }
20180906T111245.931:smartcard_main.c:120:DEBUG smartcard_context_new smartcard_context_new(SCARD)
20180906T111245.931:smartcard_pack.c:471:DEBUG smartcard_trace_establish_context_return EstablishContext_Return {
20180906T111245.931:smartcard_pack.c:473:DEBUG smartcard_trace_establish_context_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.931:smartcard_pack.c:480:DEBUG smartcard_trace_establish_context_return hContext: 0xF1A7043400000000 (8)
20180906T111245.931:smartcard_pack.c:488:DEBUG smartcard_trace_establish_context_return }
20180906T111245.933:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111245.933:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.933:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.933:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.933:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.934:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.934:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.935:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetStatusChangeW (0x000900A4) FileId: 1 CompletionId: 1
20180906T111245.935:smartcard_pack.c:1593:DEBUG smartcard_trace_get_status_change_w_call GetStatusChangeW_Call {
20180906T111245.935:smartcard_pack.c:1600:DEBUG smartcard_trace_get_status_change_w_call hContext: 0xF1A7043400000000 (8)
20180906T111245.935:smartcard_pack.c:1609:DEBUG smartcard_trace_get_status_change_w_call dwTimeOut: 0x00000000 cReaders: 1
20180906T111245.936:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [0]: szReader: XIRING Leo v2 (8288830623) 00 00 cbAtr: 0
20180906T111245.936:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.936:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.936:smartcard_pack.c:1629:DEBUG smartcard_trace_get_status_change_w_call }
20180906T111245.936:smartcard_pack.c:1666:DEBUG smartcard_trace_get_status_change_return GetStatusChangeW_Return {
20180906T111245.936:smartcard_pack.c:1668:DEBUG smartcard_trace_get_status_change_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.936:smartcard_pack.c:1669:DEBUG smartcard_trace_get_status_change_return cReaders: 1
20180906T111245.936:smartcard_pack.c:1678:DEBUG smartcard_trace_get_status_change_return [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111245.936:smartcard_pack.c:1680:DEBUG smartcard_trace_get_status_change_return [0]: dwEventState: SCARD_STATE_CHANGED | SCARD_STATE_PRESENT (0x000B0022)
20180906T111245.936:smartcard_pack.c:1682:DEBUG smartcard_trace_get_status_change_return [0]: cbAtr: 24 rgbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111245.936:smartcard_pack.c:1688:DEBUG smartcard_trace_get_status_change_return }
20180906T111245.938:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.938:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.938:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.938:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.938:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.938:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.938:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.939:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardConnectW (0x000900B0) FileId: 1 CompletionId: 1
20180906T111245.939:smartcard_pack.c:1009:DEBUG smartcard_trace_connect_w_call ConnectW_Call {
20180906T111245.061:smartcard_pack.c:1016:DEBUG smartcard_trace_connect_w_call hContext: 0xF1A7043400000000 (8)
20180906T111245.061:smartcard_pack.c:1027:DEBUG smartcard_trace_connect_w_call szReader: XIRING Leo v2 (8288830623) 00 00 dwShareMode: SCARD_SHARE_SHARED (0x00000002) dwPreferredProtocols: SCARD_PROTOCOL_Tx (0x00000003)
20180906T111245.061:smartcard_pack.c:1028:DEBUG smartcard_trace_connect_w_call }
20180906T111245.061:smartcard_operations.c:834:DEBUG smartcard_ConnectW_Call SCardConnectW XIRING Leo v2 (8288830623) 00 00
20180906T111245.075:smartcard_pack.c:1069:DEBUG smartcard_trace_connect_return Connect_Return {
20180906T111245.075:smartcard_pack.c:1071:DEBUG smartcard_trace_connect_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.075:smartcard_pack.c:1078:DEBUG smartcard_trace_connect_return hContext: 0xF1A7043400000000 (8)
20180906T111245.075:smartcard_pack.c:1092:DEBUG smartcard_trace_connect_return hCard: 0xC0D92E2100000000 (8)
20180906T111245.075:smartcard_pack.c:1101:DEBUG smartcard_trace_connect_return dwActiveProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111245.075:smartcard_pack.c:1102:DEBUG smartcard_trace_connect_return }
20180906T111245.077:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111245.077:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.077:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.077:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.077:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.077:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.077:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.078:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111245.078:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.078:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.078:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.078:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.078:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.078:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.079:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 1
20180906T111245.079:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111245.079:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111245.080:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111245.080:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111245.080:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111245.080:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111245.080:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111245.080:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111245.080:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111245.080:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111245.080:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111245.080:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111245.080:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111245.080:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111245.080:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111245.081:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.081:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111245.081:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111245.081:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111245.081:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111245.082:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111245.082:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.082:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.082:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.082:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.082:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.082:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.083:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111245.083:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.083:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.083:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.083:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.084:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.084:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.085:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111245.085:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111245.085:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111245.085:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111245.085:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111245.085:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111245.085:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111245.270:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardAccessStartedEvent (0x000900E0) FileId: 1 CompletionId: 1
20180906T111245.270:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111245.270:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111245.270:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111245.270:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111245.270:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111245.270:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111245.270:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111245.270:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111245.271:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111245.271:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.271:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111245.271:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111245.271:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111245.271:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111245.273:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.273:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.273:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.273:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.273:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.273:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.273:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.274:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.274:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.274:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.274:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.274:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.274:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.275:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.276:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111245.276:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111245.276:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111245.276:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111245.276:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111245.276:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111245.276:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111245.276:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.276:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.278:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.278:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.278:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.278:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.278:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.278:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.278:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.279:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.279:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.279:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.279:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.279:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.279:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.279:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.281:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111245.281:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111245.281:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111245.281:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111245.281:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111245.281:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111245.283:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111245.283:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.283:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111245.283:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111245.284:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111245.284:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111245.284:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111245.284:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111245.284:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111245.284:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111245.284:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111245.285:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111245.285:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111245.286:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111245.286:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111245.286:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111246.368:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111246.372:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111246.372:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.372:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.374:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.374:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.374:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.374:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.374:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.374:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.374:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.376:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetStatusChangeW (0x000900A4) FileId: 1 CompletionId: 0
20180906T111246.376:smartcard_pack.c:1593:DEBUG smartcard_trace_get_status_change_w_call GetStatusChangeW_Call {
20180906T111246.376:smartcard_pack.c:1600:DEBUG smartcard_trace_get_status_change_w_call hContext: 0xF1A7043400000000 (8)
20180906T111246.376:smartcard_pack.c:1609:DEBUG smartcard_trace_get_status_change_w_call dwTimeOut: 0x00000000 cReaders: 1
20180906T111246.376:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [0]: szReader: XIRING Leo v2 (8288830623) 00 00 cbAtr: 0
20180906T111246.376:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111246.376:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111246.376:smartcard_pack.c:1629:DEBUG smartcard_trace_get_status_change_w_call }
20180906T111246.377:smartcard_pack.c:1666:DEBUG smartcard_trace_get_status_change_return GetStatusChangeW_Return {
20180906T111246.377:smartcard_pack.c:1668:DEBUG smartcard_trace_get_status_change_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.377:smartcard_pack.c:1669:DEBUG smartcard_trace_get_status_change_return cReaders: 1
20180906T111246.377:smartcard_pack.c:1678:DEBUG smartcard_trace_get_status_change_return [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111246.377:smartcard_pack.c:1680:DEBUG smartcard_trace_get_status_change_return [0]: dwEventState: SCARD_STATE_CHANGED | SCARD_STATE_PRESENT | SCARD_STATE_INUSE (0x000B0122)
20180906T111246.377:smartcard_pack.c:1682:DEBUG smartcard_trace_get_status_change_return [0]: cbAtr: 24 rgbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111246.377:smartcard_pack.c:1688:DEBUG smartcard_trace_get_status_change_return }
20180906T111246.378:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.378:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.378:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.379:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.379:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.379:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.379:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.380:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardReconnect (0x000900B4) FileId: 1 CompletionId: 0
20180906T111246.380:smartcard_pack.c:1151:DEBUG smartcard_trace_reconnect_call Reconnect_Call {
20180906T111246.380:smartcard_pack.c:1158:DEBUG smartcard_trace_reconnect_call hContext: 0xF1A7043400000000 (8)
20180906T111246.380:smartcard_pack.c:1172:DEBUG smartcard_trace_reconnect_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.380:smartcard_pack.c:1184:DEBUG smartcard_trace_reconnect_call dwShareMode: SCARD_SHARE_SHARED (0x00000002) dwPreferredProtocols: SCARD_PROTOCOL_Tx (0x00000003) dwInitialization: SCARD_LEAVE_CARD (0x00000000)
20180906T111246.380:smartcard_pack.c:1185:DEBUG smartcard_trace_reconnect_call }
20180906T111246.475:smartcard_pack.c:1199:DEBUG smartcard_trace_reconnect_return Reconnect_Return {
20180906T111246.475:smartcard_pack.c:1201:DEBUG smartcard_trace_reconnect_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.475:smartcard_pack.c:1203:DEBUG smartcard_trace_reconnect_return dwActiveProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111246.475:smartcard_pack.c:1204:DEBUG smartcard_trace_reconnect_return }
20180906T111246.477:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.477:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.477:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.477:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.477:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.477:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.477:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.479:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111246.479:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111246.479:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111246.479:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.479:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ATR_STRING (0x00090303) fpbAttrIsNULL: 0 cbAttrLen: 0x00000040
20180906T111246.479:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111246.479:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111246.479:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.479:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ATR_STRING (0x00090303) cbAttrLen: 0x00000018
20180906T111246.479:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111246.481:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.481:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.481:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.481:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.481:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.481:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.481:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.482:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.482:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.482:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.483:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.483:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.483:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.483:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.484:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111246.484:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111246.484:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111246.677:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.677:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111246.677:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111246.677:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111246.677:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111246.677:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111246.677:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111246.678:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111246.678:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111246.678:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111246.678:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111246.678:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111246.678:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111246.678:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.678:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111246.678:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111246.678:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111246.679:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111246.680:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.680:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.680:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.680:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.680:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.680:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.680:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.681:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.681:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.681:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.681:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.682:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.682:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.682:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.683:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111246.683:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111246.683:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111246.683:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.683:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111246.683:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111246.683:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111246.683:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111246.683:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111246.683:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111246.683:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111246.683:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111246.684:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111246.684:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111246.684:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111246.684:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111246.684:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.684:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111246.684:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111246.684:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111246.684:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111246.685:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.685:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.685:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.686:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.686:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.686:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.686:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.687:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.687:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.687:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.687:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.687:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.687:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.687:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.688:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111246.688:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111246.688:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111246.776:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.777:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111246.777:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111246.777:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardAccessStartedEvent (0x000900E0) FileId: 1 CompletionId: 1
20180906T111246.777:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111246.777:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.777:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.779:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.779:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.779:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.779:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.779:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.779:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.779:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.781:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111246.781:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111246.781:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111246.781:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.781:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.781:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 13
20180906T111246.781:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 08 63 63 19 FF 41 4E 54 53
20180906T111246.781:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.781:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111246.781:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111246.796:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111246.796:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.796:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.796:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111246.796:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 6A 82
20180906T111246.796:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111246.798:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.798:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.798:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.798:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.798:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.798:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.798:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.799:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111246.879:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111246.879:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111246.879:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.879:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.879:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 11
20180906T111246.879:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 06 4D 49 4F 4D 43 54
20180906T111246.880:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.880:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111246.880:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111246.914:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111246.914:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.914:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.914:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111246.914:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111246.914:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111246.915:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.915:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.915:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.915:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.915:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.915:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.915:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.916:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardControl (0x000900D4) FileId: 1 CompletionId: 0
20180906T111246.916:smartcard_pack.c:2138:DEBUG smartcard_trace_control_call Control_Call {
20180906T111246.916:smartcard_pack.c:2145:DEBUG smartcard_trace_control_call hContext: 0xF1A7043400000000 (8)
20180906T111246.916:smartcard_pack.c:2159:DEBUG smartcard_trace_control_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.917:smartcard_pack.c:2169:DEBUG smartcard_trace_control_call dwControlCode: 0x00313520 cbInBufferSize: 0 fpvOutBufferIsNULL: 0 cbOutBufferSize: 386
20180906T111246.917:smartcard_pack.c:2179:DEBUG smartcard_trace_control_call pvInBuffer: null
20180906T111246.917:smartcard_pack.c:2182:DEBUG smartcard_trace_control_call }
20180906T111246.917:smartcard_pack.c:2218:DEBUG smartcard_trace_control_return Control_Return {
20180906T111246.917:smartcard_pack.c:2220:DEBUG smartcard_trace_control_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.917:smartcard_pack.c:2221:DEBUG smartcard_trace_control_return cbOutBufferSize: 24
20180906T111246.917:smartcard_pack.c:2226:DEBUG smartcard_trace_control_return pvOutBuffer: 06 04 42 33 00 06 07 04 42 33 00 07 0A 04 42 33 00 0A 12 04 42 33 00 12
20180906T111246.917:smartcard_pack.c:2234:DEBUG smartcard_trace_control_return }
20180906T111246.957:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.957:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.957:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.957:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.957:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.957:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.957:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.959:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111246.959:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111246.959:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111246.959:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.959:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.959:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 11
20180906T111246.959:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 06 4D 49 4F 4D 43 54
20180906T111246.959:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.959:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111246.959:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111246.994:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111246.994:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.994:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.994:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111246.994:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111246.994:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111246.995:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.995:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.995:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.995:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.995:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.995:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.995:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.996:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111246.996:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111246.996:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111246.996:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.996:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.996:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111246.996:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 00 04 02 3F 00 00
20180906T111246.147:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.147:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111246.147:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111246.161:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111246.161:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.161:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.161:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 27
20180906T111246.161:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 17 82 01 38 83 02 3F 00 84 06 4D 49 4F 4D 43 54 A1 03 8C 01 00 8A 01 05 90 00
20180906T111246.161:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111246.163:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.163:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.163:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.163:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.163:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.163:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.163:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.164:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111246.164:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111246.164:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111246.164:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.165:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.165:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 6
20180906T111246.165:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CA DF 46 00 00
20180906T111246.165:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.165:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111246.165:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111246.168:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111246.168:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.168:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.168:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111246.168:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 67 00
20180906T111246.168:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111246.170:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.170:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.170:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.170:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.170:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.170:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.170:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.171:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111246.171:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111246.171:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111246.171:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.171:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.171:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111246.172:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CA 9F 7F 2A
20180906T111246.172:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.172:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111246.172:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111246.181:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111246.181:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.181:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.181:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111246.181:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 69 82
20180906T111246.181:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111246.182:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.182:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.182:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.182:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.182:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.182:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.182:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.183:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.183:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.183:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.183:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.183:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.183:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.183:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.184:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111246.185:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111246.185:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111246.185:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.185:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111246.185:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111246.186:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111246.186:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.186:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111246.247:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111246.249:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.249:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.249:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.249:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.249:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.249:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.249:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.250:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111246.251:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111246.251:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111246.251:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.251:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.251:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111246.251:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 2F 01 00
20180906T111246.251:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.251:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111246.251:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111246.264:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111246.264:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.264:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.264:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 27
20180906T111246.264:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 17 80 02 00 38 82 01 01 83 02 2F 01 88 01 E8 A1 04 8C 02 01 00 8A 01 05 90 00
20180906T111246.264:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111246.265:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111246.265:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111246.265:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111246.265:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111246.266:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111246.266:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111246.266:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111246.267:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111246.267:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111246.267:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111246.267:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111246.267:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111246.267:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111247.346:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 38
20180906T111247.346:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.346:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 58
20180906T111247.346:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.346:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardAccessStartedEvent (0x000900E0) FileId: 1 CompletionId: 1
20180906T111247.361:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.362:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.362:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.362:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 58
20180906T111247.362:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 80 00 43 01 B8 46 04 04 1F 01 10 47 03 94 01 80 4F 06 4D 49 4F 4D 43 54 E0 10 02 02 01 04 02 02 01 04 02 02 01 00 02 02 01 00 78 08 06 06 2B 81 22 F8 78 02 82 02 90 00 90 00
20180906T111247.362:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.363:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.364:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.364:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.364:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.364:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.364:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.364:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.365:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.365:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.365:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.365:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.365:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.365:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.365:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.367:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111247.367:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111247.367:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111247.367:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.367:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111247.367:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111247.369:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111247.369:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.369:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111247.369:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111247.371:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.546:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.547:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.547:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.547:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.547:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.547:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.548:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111247.548:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.549:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.549:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.549:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.549:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111247.549:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 D0 03 00
20180906T111247.549:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.549:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111247.549:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.562:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.562:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.562:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.562:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 27
20180906T111247.562:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 17 80 02 00 0C 82 01 01 83 02 D0 03 88 01 E0 A1 04 8C 02 01 00 8A 01 05 90 00
20180906T111247.562:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.564:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.564:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.564:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.564:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.564:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.564:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.564:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.566:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111247.566:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.566:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.566:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.566:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.566:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111247.566:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 0C
20180906T111247.566:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.566:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 14
20180906T111247.566:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.578:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.579:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.579:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.579:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 14
20180906T111247.579:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 5A 0A 92 50 00 49 38 72 00 64 28 5F 90 00
20180906T111247.579:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.580:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.580:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.580:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.580:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.580:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.580:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.580:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.581:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.581:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.581:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.581:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.581:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.581:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.581:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.582:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111247.582:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111247.582:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111247.582:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.582:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111247.582:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111247.584:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111247.584:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.584:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111247.584:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111247.585:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.585:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.585:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.585:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.585:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.585:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.585:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.586:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111247.586:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.748:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.748:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.748:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.748:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111247.748:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 D0 04 00
20180906T111247.748:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.748:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111247.748:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.761:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.761:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.761:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.761:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 27
20180906T111247.762:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 17 80 02 00 A8 82 01 01 83 02 D0 04 88 01 D0 A1 04 8C 02 01 00 8A 01 05 90 00
20180906T111247.762:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.763:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.763:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.763:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.763:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.763:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.763:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.763:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.765:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111247.765:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.765:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.765:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.765:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.765:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111247.765:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 A8
20180906T111247.765:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.765:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 170
20180906T111247.765:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.788:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.788:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.788:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.788:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 170
20180906T111247.788:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 52 05 30 31 30 30 31 36 33 30 38 42 30 30 30 34 38 32 4B 43 30 31 34 35 5F 41 44 4D 49 4E 5F 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4B 43 30 31 34 35 5F 5F 5F 5F 41 44 5F 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4B 43 30 31 34 35 5F 5F 46 49 4C 45 5F 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4B 43 30 31 34 35 5F 5F 5F 50 55 4B 5F 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4B 43 30 31 34 35 5F 50 49 4E 41 44 5F 30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111247.788:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.789:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.789:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.789:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.789:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.789:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.789:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.789:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.790:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.790:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.790:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.790:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.790:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.790:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.790:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.791:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111247.791:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111247.791:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111247.791:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.791:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111247.791:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111247.793:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111247.793:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.793:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111247.793:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111247.794:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111247.794:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.794:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.794:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.794:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.948:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.948:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.948:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardAccessStartedEvent (0x000900E0) FileId: 1 CompletionId: 1
20180906T111247.950:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111247.950:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.950:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.950:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.950:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.950:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 7
20180906T111247.950:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 00 0C 02 3F 00
20180906T111247.950:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.950:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111247.950:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.960:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.960:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.960:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.960:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111247.961:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111247.961:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.962:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111247.962:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.962:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.962:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.962:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.962:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.962:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.964:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111247.964:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.964:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.964:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.964:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.964:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111247.964:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 2F 00 00
20180906T111247.964:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.964:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111247.964:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.977:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.977:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.977:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.977:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 27
20180906T111247.977:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 17 80 02 00 1C 82 01 01 83 02 2F 00 88 01 F0 A1 04 8C 02 01 00 8A 01 05 90 00
20180906T111247.977:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.978:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111247.978:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.978:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.978:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.978:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.978:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.978:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.979:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111247.980:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.980:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.980:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.980:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.980:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111247.980:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 1C
20180906T111247.980:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.980:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 30
20180906T111247.980:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.993:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.993:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.993:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.993:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 30
20180906T111247.993:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 61 1A 4F 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 50 06 45 43 43 20 4D 49 90 00
20180906T111247.993:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.994:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111247.994:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.994:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.994:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.994:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.994:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.148:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.150:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111247.150:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.150:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.150:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.150:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.150:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 22
20180906T111247.150:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 04 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 00
20180906T111247.150:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.150:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111247.150:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.167:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.167:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.167:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.167:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 42
20180906T111247.167:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 26 82 01 38 83 02 AD F1 84 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 A1 08 8C 06 7A FF FF FF 25 44 8A 01 05 90 00
20180906T111247.167:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.169:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111247.169:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.169:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.169:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.169:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.169:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.169:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.170:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111247.170:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.170:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.170:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.170:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.170:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111247.170:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 50 32 00
20180906T111247.170:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.170:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111247.171:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.183:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.183:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.184:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.184:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 32
20180906T111247.184:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1C 80 02 01 90 82 01 01 83 02 50 32 88 01 90 A1 09 8C 07 7B FF FF FF FF 44 00 8A 01 05 90 00
20180906T111247.184:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111247.185:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111247.185:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111247.185:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111247.185:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111247.185:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111247.185:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.185:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111247.186:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111247.186:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111247.186:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111247.186:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111247.186:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.186:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111247.186:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 E7
20180906T111247.186:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.186:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111247.186:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111247.213:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111247.213:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111247.213:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111247.213:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111247.213:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 82 01 59 02 01 01 0C 00 80 06 45 43 43 20 4D 49 03 02 06 C0 30 81 83 30 0B 02 01 03 04 06 4D 49 4F 4D 43 54 30 0B 02 01 04 04 06 4D 49 4F 4D 43 54 30 0B 02 01 05 04 06 4D 49 4F 4D 43 54 30 15 02 01 03 04 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 30 15 02 01 04 04 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 30 15 02 01 05 04 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 30 15 02 01 08 04 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 A2 81 A6 30 17 02 01 01 02 02 02 20 05 00 03 02 01 02 06 05 2B 0E 03 02 1A 02 01 10 30 1B 02 01 02 02 02 02 50 05 00 03 02 01 02 06 09 60 86 48 01 65 03 04 02 01 02 01 40 30 1A 02 01 03 02 01 06 05 00 03 02 06 40 06 09 2A 86 48 90 00
20180906T111248.353:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.354:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111248.355:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.355:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.355:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.355:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.355:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.355:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.356:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111248.356:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.356:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.356:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.356:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.356:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111248.356:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 E7 A9
20180906T111248.356:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.356:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 171
20180906T111248.356:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.376:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.377:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.377:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.377:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 171
20180906T111248.377:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 86 F7 0D 01 01 05 02 01 12 30 1A 02 01 04 02 01 40 05 00 03 02 06 40 06 09 2A 86 48 86 F7 0D 01 01 0B 02 01 42 30 1A 02 01 05 02 01 01 05 00 03 02 06 40 06 09 2A 86 48 86 F7 0D 01 01 01 02 01 02 30 1A 02 01 06 02 01 01 05 00 03 02 02 04 06 09 2A 86 48 86 F7 0D 01 01 01 02 01 1A 83 00 84 00 A5 11 18 0F 32 30 31 37 30 33 30 32 31 35 35 31 34 35 5A 13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111248.377:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.377:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardAccessStartedEvent (0x000900E0) FileId: 1 CompletionId: 0
20180906T111248.392:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.392:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.392:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.392:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.392:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.392:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.392:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.393:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.393:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.393:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.393:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.393:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.393:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.393:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.394:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111248.394:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111248.394:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111248.394:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.394:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111248.394:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111248.395:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111248.396:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.396:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111248.396:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111248.396:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.396:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.396:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.396:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.396:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.396:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.396:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.397:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.397:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.397:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.397:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.397:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.397:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111248.397:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111248.397:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.397:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111248.397:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.409:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.409:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.409:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.409:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111248.410:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111248.410:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.411:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.411:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.411:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.411:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.411:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.411:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.554:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.554:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEstablishContext (0x00090014) FileId: 1 CompletionId: 1
20180906T111248.554:smartcard_pack.c:440:DEBUG smartcard_trace_establish_context_call EstablishContext_Call {
20180906T111248.555:smartcard_pack.c:442:DEBUG smartcard_trace_establish_context_call dwScope: SCARD_SCOPE_USER (0x00000000)
20180906T111248.555:smartcard_pack.c:443:DEBUG smartcard_trace_establish_context_call }
20180906T111248.555:smartcard_main.c:120:DEBUG smartcard_context_new smartcard_context_new(SCARD)
20180906T111248.556:smartcard_pack.c:471:DEBUG smartcard_trace_establish_context_return EstablishContext_Return {
20180906T111248.556:smartcard_pack.c:473:DEBUG smartcard_trace_establish_context_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.556:smartcard_pack.c:480:DEBUG smartcard_trace_establish_context_return hContext: 0xE9032E2300000000 (8)
20180906T111248.556:smartcard_pack.c:488:DEBUG smartcard_trace_establish_context_return }
20180906T111248.556:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.556:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.556:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.556:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.556:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.556:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111248.556:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 50 31 00
20180906T111248.556:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.556:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111248.556:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.558:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111248.558:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.558:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xE9032E2300000000 (8)
20180906T111248.558:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.558:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.558:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.558:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.559:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 1
20180906T111248.559:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111248.559:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0xE9032E2300000000 (8)
20180906T111248.559:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 0 mszGroups: (nil) fmszReadersIsNULL: 1 cchReaders: 0x00000000
20180906T111248.559:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111248.560:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111248.560:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111248.560:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111248.560:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.560:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111248.560:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111248.561:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 1
20180906T111248.561:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111248.561:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0xE9032E2300000000 (8)
20180906T111248.561:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 0 mszGroups: (nil) fmszReadersIsNULL: 0 cchReaders: 0x00000022
20180906T111248.561:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111248.561:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111248.561:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111248.561:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111248.561:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.561:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111248.561:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111248.562:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111248.562:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.562:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xE9032E2300000000 (8)
20180906T111248.562:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.562:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.562:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.562:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.562:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardReleaseContext (0x00090018) FileId: 1 CompletionId: 1
20180906T111248.562:smartcard_pack.c:514:DEBUG smartcard_trace_context_call ReleaseContext_Call {
20180906T111248.562:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xE9032E2300000000 (8)
20180906T111248.562:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.562:smartcard_main.c:161:DEBUG smartcard_context_free smartcard_context_free(SCARD)
20180906T111248.562:smartcard_pack.c:537:DEBUG smartcard_trace_long_return ReleaseContext_Return {
20180906T111248.562:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.562:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.570:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.570:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.570:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.570:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 32
20180906T111248.743:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1C 80 02 00 28 82 01 01 83 02 50 31 88 01 88 A1 09 8C 07 7B FF FF FF FF 44 00 8A 01 05 90 00
20180906T111248.743:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.745:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.745:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.745:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.745:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.745:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.745:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.745:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.747:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.747:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.747:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.747:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.747:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.747:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111248.747:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 28
20180906T111248.747:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.747:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 42
20180906T111248.747:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.762:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.762:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.762:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.762:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 42
20180906T111248.762:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: A0 06 30 04 04 02 70 02 A1 06 30 04 04 02 70 04 A4 06 30 04 04 02 70 05 A7 06 30 04 04 02 70 06 A8 06 30 04 04 02 70 01 90 00
20180906T111248.762:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.764:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.764:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.764:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.764:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.764:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.764:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.764:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.765:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.766:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.766:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.766:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.766:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.766:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111248.766:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 70 01 00
20180906T111248.766:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.766:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111248.766:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.779:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.779:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.779:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.779:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 31
20180906T111248.779:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1B 80 02 02 58 82 01 01 83 02 70 01 88 00 A1 09 8C 07 7B FF FF FF FF 44 00 8A 01 05 90 00
20180906T111248.779:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.780:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.781:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.781:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.781:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.781:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.781:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.781:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.782:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.782:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.782:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.782:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.782:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.782:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111248.782:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 E7
20180906T111248.782:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.782:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111248.782:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.809:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.809:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.809:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.809:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111248.809:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 56 30 37 0C 0A 50 49 4E 20 47 6C 6F 62 61 6C 03 02 06 40 04 01 C2 30 22 30 06 03 02 05 20 05 00 30 07 03 02 06 40 04 01 C1 30 0F 03 02 03 08 A2 09 04 01 C2 04 01 C3 04 01 C4 30 03 04 01 C1 A1 16 30 14 03 03 04 08 10 0A 01 01 02 01 04 02 01 04 02 01 04 80 01 01 30 3A 30 1B 0C 0C 50 55 4B 20 47 6C 6F 62 61 6C 20 31 03 01 00 30 08 30 06 03 02 05 20 05 00 30 03 04 01 C2 A1 16 30 14 03 03 04 3A 10 0A 01 01 02 01 08 02 01 08 02 01 08 80 01 02 30 3A 30 1B 0C 0C 50 55 4B 20 47 6C 6F 62 61 6C 20 32 03 01 00 30 08 30 06 03 02 05 20 05 00 30 03 04 01 C3 A1 16 30 14 03 03 04 3A 10 0A 01 01 02 01 08 02 01 08 02 01 08 80 01 03 30 3A 30 1B 0C 0C 50 55 4B 20 47 6C 6F 62 61 6C 20 33 03 01 00 30 08 90 00
20180906T111248.014:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.015:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.016:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.016:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.016:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.016:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.016:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.016:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.017:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.017:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.017:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.017:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.017:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.017:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111248.018:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 E7 E7
20180906T111248.018:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.018:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111248.018:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.042:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.042:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.042:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.042:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111248.042:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 06 03 02 05 20 05 00 30 03 04 01 C4 A1 16 30 14 03 03 04 3A 10 0A 01 01 02 01 08 02 01 08 02 01 08 80 01 04 30 5A 30 3A 0C 10 50 49 4E 20 64 65 20 53 69 67 6E 61 74 75 72 65 03 02 06 40 30 22 30 06 03 02 05 20 05 00 30 07 03 02 06 40 04 01 85 30 0F 03 02 03 08 A2 09 04 01 91 04 01 92 04 01 93 30 03 04 01 85 A1 17 30 15 03 03 04 48 10 0A 01 01 02 01 06 02 01 06 02 01 06 80 02 00 85 30 41 30 21 0C 12 50 55 4B 20 64 65 20 53 69 67 6E 61 74 75 72 65 20 31 03 01 00 30 08 30 06 03 02 05 20 05 00 30 03 04 01 91 A1 17 30 15 03 03 04 7A 10 0A 01 01 02 01 08 02 01 08 02 01 08 80 02 00 86 30 41 30 21 0C 12 50 55 4B 20 64 65 20 53 69 67 6E 61 74 75 72 65 20 32 03 01 00 30 08 30 06 03 02 05 20 90 00
20180906T111248.042:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.043:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.043:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.043:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.043:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.043:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.043:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.043:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.044:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.044:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.044:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.045:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.045:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.045:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111248.045:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 01 CE 8A
20180906T111248.045:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.045:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 140
20180906T111248.045:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.062:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.062:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.062:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.062:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 140
20180906T111248.062:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 05 00 30 03 04 01 92 A1 17 30 15 03 03 04 7A 10 0A 01 01 02 01 08 02 01 08 02 01 08 80 02 00 87 30 41 30 21 0C 12 50 55 4B 20 64 65 20 53 69 67 6E 61 74 75 72 65 20 33 03 01 00 30 08 30 06 03 02 05 20 05 00 30 03 04 01 93 A1 17 30 15 03 03 04 7A 10 0A 01 01 02 01 08 02 01 08 02 01 08 80 02 00 88 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111248.062:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.064:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.064:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.064:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.064:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.064:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.064:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.064:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.065:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.065:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.065:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.065:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.065:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.065:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.065:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.066:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111248.066:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111248.066:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111248.066:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.066:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111248.066:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111248.068:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111248.068:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.068:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111248.068:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111248.069:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.069:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.069:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.213:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.213:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.213:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.214:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.215:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.215:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.215:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.216:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.216:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.216:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111248.216:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111248.216:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.216:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111248.216:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.228:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.228:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.229:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.229:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111248.229:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111248.229:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.230:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.230:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.230:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.230:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.231:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.231:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.231:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.232:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.232:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.232:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.232:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.232:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.233:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111248.233:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 70 02 00
20180906T111248.233:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.233:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111248.233:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.246:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.246:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.246:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.246:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 31
20180906T111248.246:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1B 80 02 03 20 82 01 01 83 02 70 02 88 00 A1 09 8C 07 7B FF FF FF FF 44 00 8A 01 05 90 00
20180906T111248.246:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111248.248:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111248.248:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111248.248:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111248.248:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111248.248:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111248.248:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.248:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111248.249:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111248.249:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111248.249:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111248.249:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111248.249:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.249:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111248.249:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 E7
20180906T111248.249:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.249:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111248.249:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111248.276:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111248.276:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111248.276:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111248.276:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111248.277:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 75 30 3C 0C 18 43 6C C3 A9 20 64 27 61 75 74 68 65 6E 74 69 66 69 63 61 74 69 6F 6E 31 03 02 07 80 04 01 C1 30 19 30 0D 03 02 06 40 30 07 03 02 07 80 02 01 04 30 08 03 03 06 21 40 04 01 C1 30 25 04 12 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 01 01 03 02 02 64 03 02 03 B4 02 02 00 81 A1 03 02 01 05 A0 02 30 00 A1 0A 30 08 30 02 04 00 02 02 08 00 30 75 30 38 0C 12 43 6C C3 A9 20 64 65 20 73 69 67 6E 61 74 75 72 65 31 03 02 07 80 04 01 85 02 01 01 30 18 30 0D 03 02 06 40 30 07 03 02 07 80 02 01 04 30 07 03 02 02 24 04 01 85 30 29 04 12 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 01 03 03 03 06 00 40 03 02 03 B4 02 02 00 83 A1 06 02 01 03 02 01 04 A0 02 30 00 A1 0A 30 08 30 90 00
20180906T111249.434:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111249.434:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEstablishContext (0x00090014) FileId: 1 CompletionId: 1
20180906T111249.435:smartcard_pack.c:440:DEBUG smartcard_trace_establish_context_call EstablishContext_Call {
20180906T111249.435:smartcard_pack.c:442:DEBUG smartcard_trace_establish_context_call dwScope: SCARD_SCOPE_USER (0x00000000)
20180906T111249.435:smartcard_pack.c:443:DEBUG smartcard_trace_establish_context_call }
20180906T111249.435:smartcard_main.c:120:DEBUG smartcard_context_new smartcard_context_new(SCARD)
20180906T111249.436:smartcard_pack.c:471:DEBUG smartcard_trace_establish_context_return EstablishContext_Return {
20180906T111249.436:smartcard_pack.c:473:DEBUG smartcard_trace_establish_context_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.436:smartcard_pack.c:480:DEBUG smartcard_trace_establish_context_return hContext: 0x263A631100000000 (8)
20180906T111249.436:smartcard_pack.c:488:DEBUG smartcard_trace_establish_context_return }
20180906T111249.438:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.438:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.438:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0x263A631100000000 (8)
20180906T111249.438:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.439:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.439:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.439:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.440:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 1
20180906T111249.440:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111249.440:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0x263A631100000000 (8)
20180906T111249.440:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 0 mszGroups: (nil) fmszReadersIsNULL: 1 cchReaders: 0x00000000
20180906T111249.440:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111249.441:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111249.441:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111249.441:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111249.441:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.441:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111249.441:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111249.443:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 1
20180906T111249.443:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111249.443:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0x263A631100000000 (8)
20180906T111249.443:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 0 mszGroups: (nil) fmszReadersIsNULL: 0 cchReaders: 0x00000022
20180906T111249.443:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111249.443:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111249.443:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111249.443:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111249.443:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.443:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111249.444:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111249.445:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.445:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.445:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0x263A631100000000 (8)
20180906T111249.445:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.445:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.445:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.445:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.447:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardReleaseContext (0x00090018) FileId: 1 CompletionId: 1
20180906T111249.447:smartcard_pack.c:514:DEBUG smartcard_trace_context_call ReleaseContext_Call {
20180906T111249.447:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0x263A631100000000 (8)
20180906T111249.447:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.447:smartcard_main.c:161:DEBUG smartcard_context_free smartcard_context_free(SCARD)
20180906T111249.448:smartcard_pack.c:537:DEBUG smartcard_trace_long_return ReleaseContext_Return {
20180906T111249.448:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.448:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.449:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.449:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.449:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.450:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.450:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.450:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.450:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.451:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111249.451:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111249.451:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111249.451:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.451:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.451:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111249.451:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 E7 E7
20180906T111249.452:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.452:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111249.452:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111249.476:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111249.476:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.476:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.476:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111249.476:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 02 04 00 02 02 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111249.644:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111249.645:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.646:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.646:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.646:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.646:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.646:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.646:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.647:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111249.648:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111249.648:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111249.648:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.648:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.648:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111249.648:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 01 CE E7
20180906T111249.648:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.648:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111249.648:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111249.672:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111249.672:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.672:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.672:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111249.672:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111249.672:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111249.674:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.674:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.674:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.674:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.674:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.674:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.674:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.675:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 1
20180906T111249.675:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111249.675:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111249.675:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.675:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.675:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111249.675:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 02 B5 6B
20180906T111249.675:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.675:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 109
20180906T111249.675:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111249.691:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111249.691:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.691:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111249.691:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 109
20180906T111249.691:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111249.691:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111249.692:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.692:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.692:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.692:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.692:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.692:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.692:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.693:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111249.693:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111249.693:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111249.693:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.693:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111249.693:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111249.701:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111249.856:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.856:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.857:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.858:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.858:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.858:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.858:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.858:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.858:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.859:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.859:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.859:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.859:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.859:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.859:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.859:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.860:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 1
20180906T111249.861:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111249.861:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111249.861:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.861:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111249.861:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111249.861:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111249.861:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111249.861:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111249.861:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111249.861:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111249.861:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111249.861:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111249.861:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111249.862:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111249.862:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111249.862:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.862:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111249.862:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111249.862:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111249.862:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111249.863:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.863:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.863:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.863:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.863:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.864:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.864:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.865:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.865:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.865:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.865:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.865:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.865:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.865:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.866:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 1
20180906T111249.866:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111249.866:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111249.866:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.866:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111249.866:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111249.867:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111249.867:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111249.867:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111249.867:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111249.867:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111249.867:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111249.867:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111249.867:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111249.867:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111249.867:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111249.867:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.867:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111249.867:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111249.868:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111249.868:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111249.869:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.869:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.870:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.870:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.870:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.973:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.973:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.975:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.975:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.975:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.975:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.975:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.975:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.975:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.977:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 1
20180906T111249.977:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111249.977:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111249.977:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.977:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111249.977:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111249.979:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111249.979:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.979:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111249.980:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111249.981:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.981:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.981:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.981:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.982:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.982:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.982:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.983:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.983:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.983:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.983:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.983:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.983:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.983:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.984:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111249.985:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111249.985:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111249.985:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.985:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111249.985:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111249.985:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111249.193:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.193:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.195:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.195:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.195:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.195:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.195:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.195:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.195:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.196:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.196:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.196:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.196:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.196:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.196:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.196:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.198:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 1
20180906T111249.198:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111249.198:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111249.198:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.198:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111249.198:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111249.198:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111249.198:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111249.198:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111249.198:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111249.198:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111249.198:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111249.199:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111249.199:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111249.199:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111249.199:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111249.199:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.199:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111249.199:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111249.199:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111249.199:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111249.200:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.201:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.201:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.201:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.201:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.201:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.201:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.202:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111249.202:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111249.202:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111249.202:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.202:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111249.202:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111249.211:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111249.211:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.211:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.213:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.213:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.213:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.213:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.213:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.213:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.213:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.214:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111249.214:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111249.214:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111249.214:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111249.214:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111249.214:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111249.215:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111249.216:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111249.216:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111249.216:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111249.216:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111249.216:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111250.395:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111250.395:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111250.396:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.396:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.397:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.397:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.397:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.397:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.398:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.398:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.398:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.399:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111250.399:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111250.399:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111250.399:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.399:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111250.399:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111250.402:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111250.402:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.402:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.404:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.404:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.404:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.404:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.404:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.404:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.404:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.406:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.406:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.406:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.406:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.406:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.406:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.406:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.407:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111250.407:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111250.407:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111250.407:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.407:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111250.408:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111250.408:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111250.408:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.408:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.409:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.409:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.409:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.409:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.409:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.409:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.409:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.411:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111250.411:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111250.411:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111250.411:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.411:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111250.411:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111250.416:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111250.416:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.416:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.418:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.418:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.419:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.419:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.419:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.419:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.419:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.420:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.420:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.420:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.420:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.420:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.420:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.420:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.422:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111250.422:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111250.422:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111250.422:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.422:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111250.422:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111250.422:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111250.422:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.422:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.600:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.600:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.600:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.600:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.600:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.600:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.600:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.601:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.601:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.602:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.602:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.602:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.602:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.602:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.603:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 1
20180906T111250.603:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111250.603:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111250.603:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.603:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111250.603:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111250.605:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111250.605:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.605:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111250.605:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111250.606:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111250.606:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.606:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.606:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.606:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.606:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.606:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.608:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.608:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.608:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.608:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.608:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.608:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.608:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.609:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111250.609:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111250.609:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111250.609:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.609:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111250.609:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111250.611:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111250.611:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.611:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111250.611:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111250.612:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.612:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.612:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.612:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.613:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.613:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.613:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.614:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.614:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.614:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.614:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.614:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.614:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111250.614:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111250.614:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.614:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111250.614:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.627:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.627:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.627:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.627:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111250.798:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111250.798:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.800:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.800:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.800:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.800:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.800:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.800:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.800:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.802:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.802:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.802:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.802:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.802:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.802:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111250.802:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 70 06 00
20180906T111250.802:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.802:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111250.802:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.815:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.815:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.815:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.815:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 31
20180906T111250.816:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1B 80 02 00 C8 82 01 01 83 02 70 06 88 00 A1 09 8C 07 7B FF FF FF FF 44 00 8A 01 05 90 00
20180906T111250.816:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.817:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.817:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.817:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.817:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.817:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.817:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.817:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.818:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.818:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.818:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.818:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.819:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.819:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111250.819:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 C8
20180906T111250.819:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.819:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 202
20180906T111250.819:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.844:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.844:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.844:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.844:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 202
20180906T111250.844:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 33 30 15 0C 05 45 46 2E 53 4E 03 02 07 80 30 08 30 06 03 02 07 80 05 00 30 08 0C 06 4D 49 4F 4D 43 54 A1 10 30 0E A1 0C 4F 06 4D 49 4F 4D 43 54 04 02 D0 03 30 30 30 12 0C 02 49 44 03 02 07 80 30 08 30 06 03 02 07 80 05 00 30 12 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 A1 06 30 04 04 02 D0 01 30 45 30 27 0C 08 46 6F 6E 63 74 69 6F 6E 03 02 07 80 30 17 30 06 03 02 07 80 05 00 30 0D 03 02 06 40 30 07 03 02 07 80 02 01 08 30 12 0C 10 E8 28 BD 08 0F D2 50 00 00 04 43 4E 49 45 01 01 A1 06 30 04 04 02 D0 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111250.844:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.845:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.845:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.845:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.845:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.845:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.845:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.845:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.846:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.846:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.846:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.846:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.846:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.846:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 11
20180906T111250.846:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 06 4D 49 4F 4D 43 54
20180906T111250.846:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.846:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111250.846:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.989:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.989:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.989:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.989:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111250.989:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111250.989:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.990:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.991:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.991:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.991:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.991:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.991:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.991:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.992:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.992:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.992:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.992:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.992:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.992:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111250.992:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 D0 03 00
20180906T111250.992:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.992:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111250.992:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.005:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.005:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.005:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.005:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 27
20180906T111250.005:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 17 80 02 00 0C 82 01 01 83 02 D0 03 88 01 E0 A1 04 8C 02 01 00 8A 01 05 90 00
20180906T111250.005:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.006:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.006:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.006:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.006:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.006:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.006:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.006:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.007:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.007:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.007:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.008:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.008:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.008:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111250.008:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 0C
20180906T111250.008:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.008:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 14
20180906T111250.008:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.020:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.020:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.020:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.020:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 14
20180906T111250.020:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 5A 0A 92 50 00 49 38 72 00 64 28 5F 90 00
20180906T111250.020:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.022:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.022:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.022:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.022:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.022:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.022:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.022:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.024:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.024:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.024:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.024:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.024:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.024:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111250.024:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111250.024:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.024:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111250.024:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.037:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.037:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.037:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.037:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111250.052:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111250.052:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.054:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.054:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.054:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.054:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.054:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.054:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.054:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.055:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.056:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.056:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.056:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.056:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.056:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.056:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.057:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111250.057:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111250.057:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111250.057:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.058:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111250.058:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111250.060:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111250.060:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.060:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111250.060:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111250.062:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.062:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.062:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.062:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.062:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.062:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.062:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.063:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.260:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.260:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.260:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.260:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.260:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.260:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.262:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111250.262:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111250.262:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111250.262:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.262:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111250.262:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111250.265:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111250.265:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.265:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111250.265:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111250.266:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.267:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.267:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.267:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.267:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.267:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.267:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.268:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.268:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.268:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.269:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.269:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.269:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111250.269:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 70 05 00
20180906T111250.269:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.269:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111250.269:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.282:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.282:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.282:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.282:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 31
20180906T111250.282:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1B 80 02 02 58 82 01 01 83 02 70 05 88 00 A1 09 8C 07 7B FF FF FF FF 44 00 8A 01 05 90 00
20180906T111250.282:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.284:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.284:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.284:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.284:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.284:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.284:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.284:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.286:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.286:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.286:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.286:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.286:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.286:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111250.286:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 E7
20180906T111250.286:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.287:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111250.287:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111250.314:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111250.314:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.314:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.314:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111250.314:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 5F 30 3D 0C 1E 43 65 72 74 69 66 69 63 61 74 20 64 27 61 75 74 68 65 6E 74 69 66 69 63 61 74 69 6F 6E 31 03 02 06 40 30 17 30 06 03 02 07 80 05 00 30 0D 03 02 06 40 30 07 03 02 07 80 02 01 04 30 14 04 12 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 01 01 A1 08 30 06 30 04 04 02 A0 01 30 59 30 37 0C 18 43 65 72 74 69 66 69 63 61 74 20 64 65 20 73 69 67 6E 61 74 75 72 65 31 03 02 06 40 30 17 30 06 03 02 07 80 05 00 30 0D 03 02 06 40 30 07 03 02 07 80 02 01 04 30 14 04 12 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 01 03 A1 08 30 06 30 04 04 02 A0 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111250.314:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111250.315:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111250.315:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111250.315:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111250.315:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111250.315:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111250.315:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111250.315:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111250.316:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111250.316:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111250.316:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111250.316:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111250.316:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.316:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111250.316:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 E7 E7
20180906T111250.316:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111250.316:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111251.467:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.492:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.492:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.492:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.492:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111251.492:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111251.492:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.494:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.494:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.494:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.494:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.494:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.494:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.494:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.495:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111251.495:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111251.495:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111251.496:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.496:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.496:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111251.496:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 01 CE 8A
20180906T111251.496:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.496:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 140
20180906T111251.496:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.513:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.513:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.513:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.513:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 140
20180906T111251.513:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111251.513:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.515:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.515:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.515:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.515:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.515:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.515:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.515:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.516:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.516:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.516:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.516:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.516:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.516:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.516:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.517:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111251.517:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111251.517:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111251.517:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.517:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111251.517:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111251.519:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111251.519:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.519:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111251.519:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111251.520:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.520:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.520:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.520:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.520:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.520:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.520:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.521:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111251.521:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111251.521:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111251.521:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.521:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.568:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111251.568:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111251.568:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.568:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111251.568:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.580:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.580:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.580:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.580:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111251.580:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111251.580:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.582:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.582:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.582:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.582:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.582:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.582:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.582:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.583:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111251.583:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111251.583:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111251.583:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.583:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.583:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111251.583:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 70 04 00
20180906T111251.583:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.583:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111251.583:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.596:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.596:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.596:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.596:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 31
20180906T111251.766:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1B 80 02 02 BC 82 01 01 83 02 70 04 88 00 A1 09 8C 07 7B FF FF FF FF 44 00 8A 01 05 90 00
20180906T111251.767:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.768:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.769:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.769:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.769:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.769:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.769:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.769:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.770:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111251.770:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111251.770:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111251.770:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.770:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.770:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111251.771:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 E7
20180906T111251.771:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.771:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111251.771:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.798:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.798:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.798:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.798:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111251.798:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 69 30 36 0C 18 43 6C C3 A9 20 64 27 61 75 74 68 65 6E 74 69 66 69 63 61 74 69 6F 6E 31 03 01 00 30 17 30 0D 03 02 06 40 30 07 03 02 07 80 02 01 04 30 06 03 02 07 80 05 00 30 1F 04 12 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 01 01 03 01 00 03 02 03 48 02 02 00 81 A0 02 30 00 A1 0A 30 08 30 02 04 00 02 02 08 00 30 63 30 30 0C 12 43 6C C3 A9 20 64 65 20 73 69 67 6E 61 74 75 72 65 31 03 01 00 30 17 30 0D 03 02 06 40 30 07 03 02 07 80 02 01 04 30 06 03 02 07 80 05 00 30 1F 04 12 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01 01 03 03 01 00 03 02 03 48 02 02 00 83 A0 02 30 00 A1 0A 30 08 30 02 04 00 02 02 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111251.798:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.799:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.799:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.799:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.799:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.799:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.799:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.799:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.801:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111251.801:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111251.801:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111251.801:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.801:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.801:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111251.801:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 E7 E7
20180906T111251.801:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.801:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111251.801:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.824:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.824:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.824:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.824:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111251.824:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111251.824:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.826:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.826:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.826:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.826:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.826:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.826:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.826:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.827:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111251.827:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111251.827:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111251.827:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.827:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.827:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111251.827:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 01 CE E7
20180906T111251.827:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.827:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111251.827:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.851:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.851:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.851:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.956:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111251.957:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111251.957:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.958:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.959:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.959:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.959:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.959:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.959:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.959:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.960:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111251.960:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111251.960:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111251.960:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.960:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.961:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111251.961:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 02 B5 07
20180906T111251.961:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.961:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 9
20180906T111251.961:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.970:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.970:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.971:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.971:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 9
20180906T111251.971:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 00 00 00 00 00 00 00 90 00
20180906T111251.971:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.972:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.972:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.972:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.972:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.973:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.973:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.973:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.974:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111251.974:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111251.974:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111251.974:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.974:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.974:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111251.974:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111251.974:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.974:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111251.974:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111251.987:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111251.987:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.987:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111251.987:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111251.987:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111251.987:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111251.988:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.988:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.988:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.988:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.988:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.988:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.988:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.989:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111251.989:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111251.989:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111251.989:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.989:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111251.989:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111251.993:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111251.993:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.993:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.995:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.995:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.165:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.165:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.165:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.165:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.165:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.167:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.167:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.167:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.167:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.167:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.167:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.167:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.169:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111251.169:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111251.169:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111251.169:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.169:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111251.169:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111251.169:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111251.169:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.169:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.171:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.171:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.171:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.171:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.171:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.171:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.171:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.172:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111251.172:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111251.172:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111251.172:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.172:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111251.173:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111251.178:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111251.179:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.179:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.180:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.180:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.180:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.180:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.181:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.181:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.181:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.182:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.182:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.182:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.182:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.182:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.182:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.182:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.183:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111251.184:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111251.184:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111251.184:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.184:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111251.184:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111251.184:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111251.184:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.184:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.185:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111251.185:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.185:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.185:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.185:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.186:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.186:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.187:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111251.187:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111251.187:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111251.187:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111251.187:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111251.187:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111251.193:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111251.194:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111251.194:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111251.195:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111251.195:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111251.195:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111251.195:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111251.196:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111251.196:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.389:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.390:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.390:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.390:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.390:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.390:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.390:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.390:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.392:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111252.392:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111252.392:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.392:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.392:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.392:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.392:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111252.392:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.392:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.394:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.394:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.394:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.394:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.394:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.394:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.394:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.396:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111252.396:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111252.396:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.396:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.396:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.396:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.404:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111252.404:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.404:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.406:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.406:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.406:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.406:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.406:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.406:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.406:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.407:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.407:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.407:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.408:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.408:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.408:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.408:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.409:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111252.409:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111252.409:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.409:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.409:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.409:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.409:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111252.410:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.410:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.411:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.411:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.411:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.411:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.411:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.411:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.411:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.412:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111252.413:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111252.413:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.413:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.413:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.413:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.414:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111252.415:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.415:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.416:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.416:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.416:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.416:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.416:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.416:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.581:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.583:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.583:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.583:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.583:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.583:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.583:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.583:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.584:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 1
20180906T111252.585:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111252.585:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111252.585:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.585:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111252.585:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111252.585:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111252.585:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111252.585:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111252.585:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111252.586:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111252.586:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111252.586:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111252.586:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111252.586:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111252.586:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111252.586:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.586:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111252.586:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111252.586:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111252.586:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111252.588:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.588:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.588:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.588:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.588:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.588:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.588:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.589:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.589:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.590:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.590:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.590:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.590:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.590:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.591:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 1
20180906T111252.591:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111252.591:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111252.591:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.591:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111252.591:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111252.592:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111252.592:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111252.592:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111252.592:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111252.592:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111252.592:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111252.592:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111252.592:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111252.592:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111252.592:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111252.592:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.593:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111252.593:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111252.593:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111252.593:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111252.595:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.595:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.595:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.595:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.595:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.595:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.595:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.596:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.596:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.783:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.783:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.783:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.783:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.783:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.785:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111252.785:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111252.785:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.785:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.785:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.785:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.785:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111252.785:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.785:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.787:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.787:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.787:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.787:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.787:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.787:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.787:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.788:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111252.789:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111252.789:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.789:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.789:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.789:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.793:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111252.793:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.793:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.795:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.795:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.796:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.796:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.796:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.796:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.796:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.797:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.797:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.797:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.797:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.797:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.797:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.797:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.799:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111252.799:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111252.799:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.799:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.799:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.799:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.799:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111252.799:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.799:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.801:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.801:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.801:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.801:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.801:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.801:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.801:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.802:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111252.802:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111252.802:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.802:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.802:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.802:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.810:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111252.810:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.810:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.812:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.956:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.956:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.956:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.957:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.957:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.957:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.958:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.958:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.958:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.959:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.959:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.959:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.959:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.960:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 1
20180906T111252.960:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111252.960:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111252.960:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.960:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111252.960:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111252.962:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111252.962:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.962:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111252.962:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111252.964:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.964:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.964:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.964:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.965:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.965:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.965:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.966:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.966:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.966:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.966:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.966:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.966:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.966:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.968:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111252.968:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111252.968:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.968:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.968:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.968:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.968:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111252.968:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.968:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.970:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.970:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.970:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.970:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.970:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.970:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.970:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.971:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111252.971:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111252.971:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.971:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.971:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.971:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.976:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111252.976:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.976:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.978:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.978:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.978:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.978:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.978:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.978:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.978:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.979:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.979:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.979:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.979:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.979:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.979:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.979:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.980:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111252.153:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111252.153:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.153:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.153:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.153:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.153:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111252.153:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.153:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.155:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.155:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.155:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.155:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.155:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.155:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.155:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.156:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.156:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.156:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.156:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.157:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.157:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.157:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.158:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 1
20180906T111252.158:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111252.158:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111252.158:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.158:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111252.158:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111252.158:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111252.158:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111252.159:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111252.159:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111252.159:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111252.159:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111252.159:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111252.159:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111252.159:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111252.159:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111252.159:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.159:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111252.159:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111252.159:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111252.159:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111252.161:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.161:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.161:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.161:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.161:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.161:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.161:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.162:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111252.162:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111252.162:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111252.162:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111252.162:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111252.163:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111252.170:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111252.170:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.171:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.172:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.172:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.172:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.172:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.172:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.172:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.172:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.174:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111252.174:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111252.174:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111252.174:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111252.174:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111252.174:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111252.174:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111252.175:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111253.351:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.351:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.351:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.351:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.352:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.352:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.352:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.352:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.354:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111253.354:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.354:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.354:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.354:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.354:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.354:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.355:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111253.355:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111253.355:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.355:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.356:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.356:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.357:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111253.358:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.358:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.359:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111253.359:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.359:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.359:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.360:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.360:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.360:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.361:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111253.361:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.361:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.361:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.361:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.361:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.361:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.363:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111253.363:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.363:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.363:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.363:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.363:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.363:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.363:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.363:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.365:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111253.365:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.365:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.365:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.365:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.365:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.365:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.366:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 1
20180906T111253.366:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111253.366:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.366:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.367:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.367:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.374:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111253.374:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.375:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.376:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111253.376:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.376:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.376:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.377:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.377:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.377:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.378:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 1
20180906T111253.378:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.378:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.378:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.378:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.378:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.378:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.380:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 1
20180906T111253.454:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.454:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.454:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.454:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.454:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.454:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEstablishContext (0x00090014) FileId: 1 CompletionId: 0
20180906T111253.454:smartcard_pack.c:440:DEBUG smartcard_trace_establish_context_call EstablishContext_Call {
20180906T111253.454:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.454:smartcard_pack.c:442:DEBUG smartcard_trace_establish_context_call dwScope: SCARD_SCOPE_USER (0x00000000)
20180906T111253.454:smartcard_pack.c:443:DEBUG smartcard_trace_establish_context_call }
20180906T111253.455:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.455:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.455:smartcard_main.c:120:DEBUG smartcard_context_new smartcard_context_new(SCARD)
20180906T111253.455:smartcard_pack.c:471:DEBUG smartcard_trace_establish_context_return EstablishContext_Return {
20180906T111253.455:smartcard_pack.c:473:DEBUG smartcard_trace_establish_context_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.455:smartcard_pack.c:480:DEBUG smartcard_trace_establish_context_return hContext: 0xB83CD76E00000000 (8)
20180906T111253.455:smartcard_pack.c:488:DEBUG smartcard_trace_establish_context_return }
20180906T111253.458:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.458:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.458:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xB83CD76E00000000 (8)
20180906T111253.458:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.458:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.458:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.458:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.459:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 0
20180906T111253.459:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111253.459:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0xB83CD76E00000000 (8)
20180906T111253.460:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 0 mszGroups: (nil) fmszReadersIsNULL: 1 cchReaders: 0x00000000
20180906T111253.460:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111253.460:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111253.460:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111253.460:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111253.460:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.460:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111253.460:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111253.462:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardListReadersW (0x0009002C) FileId: 1 CompletionId: 0
20180906T111253.462:smartcard_pack.c:743:DEBUG smartcard_trace_list_readers_call ListReadersW_Call {
20180906T111253.626:smartcard_pack.c:750:DEBUG smartcard_trace_list_readers_call hContext: 0xB83CD76E00000000 (8)
20180906T111253.626:smartcard_pack.c:760:DEBUG smartcard_trace_list_readers_call cBytes: 0 mszGroups: (nil) fmszReadersIsNULL: 0 cchReaders: 0x00000022
20180906T111253.626:smartcard_pack.c:761:DEBUG smartcard_trace_list_readers_call }
20180906T111253.626:str.c:277:DEBUG mszStringsLog Readers BEFORE filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111253.626:str.c:277:DEBUG mszStringsLog Readers AFTER filtering: XIRING Leo v2 (8288830623) 00 00
20180906T111253.626:smartcard_pack.c:816:DEBUG smartcard_trace_list_readers_return ListReadersW_Return {
20180906T111253.626:smartcard_pack.c:818:DEBUG smartcard_trace_list_readers_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.626:smartcard_pack.c:857:DEBUG smartcard_trace_list_readers_return cBytes: 68 msz: XIRING Leo v2 (8288830623) 00 00,
20180906T111253.626:smartcard_pack.c:858:DEBUG smartcard_trace_list_readers_return }
20180906T111253.628:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.628:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.628:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xB83CD76E00000000 (8)
20180906T111253.628:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.628:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.628:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.628:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.630:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardReleaseContext (0x00090018) FileId: 1 CompletionId: 0
20180906T111253.630:smartcard_pack.c:514:DEBUG smartcard_trace_context_call ReleaseContext_Call {
20180906T111253.630:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xB83CD76E00000000 (8)
20180906T111253.630:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.630:smartcard_main.c:161:DEBUG smartcard_context_free smartcard_context_free(SCARD)
20180906T111253.630:smartcard_pack.c:537:DEBUG smartcard_trace_long_return ReleaseContext_Return {
20180906T111253.630:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.630:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.632:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.632:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.632:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.632:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.632:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.632:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.632:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.633:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111253.633:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111253.633:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.633:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.633:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.634:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.640:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111253.640:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.640:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.641:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.641:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.642:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.642:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.642:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.642:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.642:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.643:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.643:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.643:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.643:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.643:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.643:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.643:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.645:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111253.645:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.645:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.645:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.645:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.645:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.645:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.645:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.645:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.646:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.646:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.647:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.647:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.647:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.647:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.647:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.648:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111253.648:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111253.827:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.828:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.828:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.828:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.837:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111253.837:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.837:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.839:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.839:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.839:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.839:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.839:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.839:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.839:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.841:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.841:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.841:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.841:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.841:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.841:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.841:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.842:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111253.842:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.842:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.843:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.843:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.843:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.843:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.843:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.843:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.844:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.844:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.845:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.845:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.845:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.845:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.845:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.846:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111253.846:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111253.846:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.846:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.846:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.846:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.855:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111253.855:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.855:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.857:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.857:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.857:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.857:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.857:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.857:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.857:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.858:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.858:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.858:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.858:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.858:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.858:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.858:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.859:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111253.859:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.859:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.859:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.859:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.859:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.859:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.859:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.859:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.861:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.861:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.861:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.861:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.861:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.861:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.861:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.862:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111253.862:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111253.862:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.862:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.862:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.862:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.030:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111253.031:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.031:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.032:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.033:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.033:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.033:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.033:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.033:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.033:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.034:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.034:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.034:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.034:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.035:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.035:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.035:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.036:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111253.036:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.036:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.036:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.036:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.036:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.036:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.037:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.037:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.038:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.038:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.038:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.038:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.038:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.038:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.038:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.039:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111253.040:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111253.040:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.040:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.040:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.040:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.046:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111253.046:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.046:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.048:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.048:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.048:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.048:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.048:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.048:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.048:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.049:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.049:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.050:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.050:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.050:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.050:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.050:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.051:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111253.051:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.051:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.051:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.051:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.051:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.051:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.051:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.051:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.052:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.053:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.053:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.053:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.053:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.053:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.053:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.054:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111253.054:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111253.226:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.226:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.226:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.226:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.229:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111253.229:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.229:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.231:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.231:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.231:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.231:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.231:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.231:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.231:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.232:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.233:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.233:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.233:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.233:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.233:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.233:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.234:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111253.234:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111253.234:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111253.234:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.234:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111253.234:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111253.235:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111253.235:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.235:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.236:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.236:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.236:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.236:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.236:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.236:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.236:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.238:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.238:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.238:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.238:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.238:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111253.238:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.238:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111253.239:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111253.239:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111253.239:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111253.239:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111253.239:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111253.239:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111253.240:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111253.240:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111253.240:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111253.240:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111253.240:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111253.240:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111253.240:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111253.240:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111253.240:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111253.240:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111253.240:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111253.241:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111253.241:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111253.241:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111253.241:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111253.242:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111253.242:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111253.242:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111253.242:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111253.242:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.432:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.432:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.433:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111254.434:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111254.434:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.434:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.434:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.434:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.441:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111254.441:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.441:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.443:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.443:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.443:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.443:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.443:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.443:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.443:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.445:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.445:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.445:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.445:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.445:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.445:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.445:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.446:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111254.446:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111254.446:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.446:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.446:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.447:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.447:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111254.447:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.447:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.448:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.448:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.448:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.448:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.448:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.449:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.449:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.450:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111254.450:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111254.450:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.450:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.450:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.450:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.453:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111254.453:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.453:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.455:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.455:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.455:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.455:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.455:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.455:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.455:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.456:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.456:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.456:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.456:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.457:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.457:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.457:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.458:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111254.458:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111254.458:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.458:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.458:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.458:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.458:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111254.459:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.459:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.460:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.460:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.460:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.460:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.536:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.536:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.536:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.537:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111254.538:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111254.538:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.538:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.538:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.538:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.545:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111254.545:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.546:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.547:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.547:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.547:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.547:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.547:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.547:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.548:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.549:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.549:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.549:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.549:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.549:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.549:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.549:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.550:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111254.550:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111254.550:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.550:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.550:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.550:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.551:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111254.551:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.551:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.552:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.552:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.552:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.552:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.636:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.636:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.636:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.638:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111254.638:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111254.638:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.638:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.638:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.638:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.645:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111254.645:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.645:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.647:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.647:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.647:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.647:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.647:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.647:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.647:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.649:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.649:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.649:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.649:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.649:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.649:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.649:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.650:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111254.650:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111254.650:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.650:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.650:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.650:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.651:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111254.651:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.651:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.652:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.652:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.652:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.652:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.840:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.840:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.840:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.842:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111254.842:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111254.842:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.842:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.842:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.842:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.851:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111254.851:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.851:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.853:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.853:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.853:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.853:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.853:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.853:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.854:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.855:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.855:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.855:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.855:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.855:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.855:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.855:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.856:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111254.856:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111254.857:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.857:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.857:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.857:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.857:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111254.857:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.857:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.858:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.858:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.858:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.858:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.859:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.859:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.859:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.860:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111254.860:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111254.860:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.860:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.860:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.860:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.865:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111254.865:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.865:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.867:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.867:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.867:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.867:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.867:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.867:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.867:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.868:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.868:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.868:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.868:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.869:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.869:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.869:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.870:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111254.870:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111254.870:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111254.870:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.870:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111254.870:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111254.870:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111254.870:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.870:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.944:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.944:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.944:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.944:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.944:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.944:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.944:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.945:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111254.945:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111254.945:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111254.945:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.945:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.945:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111254.945:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111254.945:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.945:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111254.945:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111254.957:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111254.957:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.957:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.957:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111254.957:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111254.957:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111254.959:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.959:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.959:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.959:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.959:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.959:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.959:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.960:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111254.960:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111254.960:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111254.960:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.960:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.960:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111254.960:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 A0 01 00
20180906T111254.132:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.132:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111254.132:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111254.146:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111254.146:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.146:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.146:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 31
20180906T111254.146:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1B 80 02 0B B8 82 01 01 83 02 A0 01 88 00 A1 09 8C 07 7B FF FF 25 25 44 00 8A 01 05 90 00
20180906T111254.146:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111254.148:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.148:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.148:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.148:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.148:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.148:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.148:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.149:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111254.150:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111254.150:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111254.150:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.150:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.150:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111254.150:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 E7
20180906T111254.150:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.150:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111254.150:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111254.177:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111254.177:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.177:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.177:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111254.177:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 82 06 ED 30 82 04 D5 A0 03 02 01 02 02 08 52 A3 E3 93 38 54 5E F7 30 0D 06 09 2A 86 48 86 F7 0D 01 01 0B 05 00 30 6E 31 0B 30 09 06 03 55 04 06 13 02 46 52 31 1C 30 1A 06 03 55 04 0A 0C 13 4D 49 4E 49 53 54 45 52 45 20 49 4E 54 45 52 49 45 55 52 31 17 30 15 06 03 55 04 0B 0C 0E 30 30 30 32 20 31 31 30 30 31 34 30 31 36 31 28 30 26 06 03 55 04 03 0C 1F 41 44 4D 49 4E 49 53 54 52 41 54 49 4F 4E 20 43 45 4E 54 52 41 4C 45 20 32 45 20 32 30 31 37 30 1E 17 0D 31 38 30 36 32 30 31 33 34 36 34 32 5A 17 0D 31 38 30 39 32 30 31 33 34 36 34 32 5A 30 81 BD 31 0B 30 09 06 03 55 04 06 13 02 46 52 31 1C 30 1A 06 03 55 04 0A 0C 13 4D 49 4E 49 53 54 45 52 45 20 49 4E 54 45 52 49 45 55 52 31 17 30 90 00
20180906T111254.177:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111254.178:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.178:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.178:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.178:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.178:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.178:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.178:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.179:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111254.179:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111254.179:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111254.179:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.179:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.179:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111254.179:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 E7 E7
20180906T111254.179:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.179:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111254.179:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111254.203:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111254.203:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.203:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.203:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111254.203:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 15 06 03 55 04 0B 0C 0E 30 30 30 32 20 31 31 30 30 31 34 30 31 36 31 12 30 10 06 03 55 04 0B 0C 09 50 45 52 53 4F 4E 4E 45 53 31 17 30 15 06 0A 09 92 26 89 93 F2 2C 64 01 01 0C 07 31 34 36 38 35 32 30 31 0F 30 0D 06 03 55 04 2A 0C 06 50 41 53 43 41 4C 31 14 30 12 06 03 55 04 04 0C 0B 42 4F 55 52 47 55 49 47 4E 4F 4E 31 23 30 21 06 03 55 04 03 0C 1A 50 41 53 43 41 4C 20 42 4F 55 52 47 55 49 47 4E 4F 4E 20 31 34 36 38 35 32 30 30 82 01 22 30 0D 06 09 2A 86 48 86 F7 0D 01 01 01 05 00 03 82 01 0F 00 30 82 01 0A 02 82 01 01 00 C1 58 95 52 19 1F 13 31 CC 6F E6 31 D5 88 40 71 3B 1F 7C 81 64 46 D1 77 4D E9 01 8E 91 BA F2 3A 58 92 2C 96 43 3E 13 B3 32 3A B9 29 CC 3A C2 9F AB 50 98 FE 68 F8 92 90 00
20180906T111254.332:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111254.334:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111254.334:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111254.334:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111254.334:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111254.334:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111254.334:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111254.335:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111254.336:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111254.336:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111254.336:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111254.336:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111254.336:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.336:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111254.336:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 01 CE E7
20180906T111254.336:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111254.337:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111254.337:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111255.361:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111255.361:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.361:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.361:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111255.361:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 9E B1 D8 F5 BE DE 67 A0 97 E9 7F B6 70 21 0B 2F 47 53 4B 73 0A AD 1F 10 B2 9E 9B 5B 96 F5 8B 17 CB F8 43 29 79 10 CB 78 25 7E BB 21 47 97 8A DD C1 7E A7 EC 5B B7 68 C8 33 66 DE F7 B4 36 03 03 2D D7 20 2C F6 35 78 96 9A 9E 1B 12 A9 96 9A A4 E7 C4 8A 78 E0 BA ED C1 F6 3B B3 27 63 32 B7 74 B1 56 77 DF C1 8F 03 37 8C 41 95 4B C0 50 C0 B8 F5 6F 71 6B EC E1 00 E0 D5 79 6A 7E 05 1B DC F0 73 95 7E 25 9D E4 0A 8D 29 5F 3F 3E 33 93 BE 46 9D 75 BA 7F 9F 91 13 FD 5B 92 3C 11 F9 30 D4 49 6A 34 FE B1 73 4D 4B 49 DC 1D 84 56 6C C6 6A B0 49 27 7D 71 2F 1A 6D 4F AE 2D B8 FB D6 7D 17 F0 90 A0 4B DE 89 AC 74 DD 8F 02 03 01 00 01 A3 82 02 3D 30 82 02 39 30 1F 06 03 55 1D 23 04 18 30 16 80 14 16 A5 C7 67 90 00
20180906T111255.361:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111255.363:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.363:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.363:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.363:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.363:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.363:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.364:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.365:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111255.365:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111255.365:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111255.365:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.365:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.365:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111255.365:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 02 B5 E7
20180906T111255.365:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.365:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111255.365:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111255.390:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111255.390:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.390:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.390:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111255.390:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 87 21 27 07 8C F1 7B 91 96 07 E1 10 FF F6 86 36 30 1D 06 03 55 1D 0E 04 16 04 14 D3 62 51 3F 46 32 25 EF FC 19 FD 78 4E 21 3C 41 52 71 E3 30 30 09 06 03 55 1D 13 04 02 30 00 30 0E 06 03 55 1D 0F 01 01 FF 04 04 03 02 07 80 30 28 06 03 55 1D 25 04 21 30 1F 06 08 2B 06 01 05 05 07 03 02 06 0A 2B 06 01 04 01 82 37 14 02 02 06 07 2B 06 01 05 02 03 04 30 81 B6 06 03 55 1D 11 04 81 AE 30 81 AB A0 34 06 0A 2B 06 01 04 01 82 37 14 02 03 A0 26 0C 24 70 61 73 63 61 6C 2E 62 6F 75 72 67 75 69 67 6E 6F 6E 2E 31 34 36 38 35 32 30 40 6D 69 6E 69 6E 74 2E 66 72 A0 46 06 06 2B 06 01 05 02 02 A0 3C 30 3A A0 0F 1B 0D 4B 52 42 2E 4D 49 4E 49 4E 54 2E 46 52 A1 27 30 25 A0 03 02 01 01 A1 1E 30 1C 1B 1A 70 90 00
20180906T111255.391:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111255.393:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.393:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.393:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.393:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.393:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.393:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.393:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.395:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111255.395:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111255.395:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111255.395:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.395:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.406:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111255.406:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 03 9C E7
20180906T111255.406:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.406:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111255.406:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111255.430:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111255.430:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.430:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.431:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111255.431:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 61 73 63 61 6C 2E 62 6F 75 72 67 75 69 67 6E 6F 6E 2E 31 34 36 38 35 32 30 81 2B 70 61 73 63 61 6C 2E 62 6F 75 72 67 75 69 67 6E 6F 6E 2D 6F 62 69 61 6E 65 40 69 6E 74 65 72 69 65 75 72 2E 67 6F 75 76 2E 66 72 30 48 06 03 55 1D 20 04 41 30 3F 30 3D 06 0B 2A 81 7A 01 81 18 02 01 0D 02 03 30 2E 30 2C 06 08 2B 06 01 05 05 07 02 01 16 20 68 74 74 70 3A 2F 2F 77 77 77 2E 69 67 63 2E 69 6E 74 65 72 69 65 75 72 2E 67 6F 75 76 2E 66 72 30 51 06 03 55 1D 1F 04 4A 30 48 30 46 A0 44 A0 42 86 40 68 74 74 70 3A 2F 2F 63 72 6C 2E 69 6E 74 65 72 69 65 75 72 2E 67 6F 75 76 2E 66 72 2F 61 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 2D 63 65 6E 74 72 61 6C 65 2D 32 65 2D 32 30 31 37 2E 63 72 6C 30 5C 06 08 90 00
20180906T111255.431:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111255.432:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.432:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.432:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.433:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.433:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.433:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.433:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.434:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111255.434:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111255.434:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111255.434:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.434:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.434:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111255.434:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 04 83 E7
20180906T111255.434:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.434:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111255.434:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111255.458:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111255.458:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.458:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.458:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111255.458:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 2B 06 01 05 05 07 01 01 04 50 30 4E 30 4C 06 08 2B 06 01 05 05 07 30 02 86 40 68 74 74 70 3A 2F 2F 63 72 6C 2E 69 6E 74 65 72 69 65 75 72 2E 67 6F 75 76 2E 66 72 2F 61 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 2D 63 65 6E 74 72 61 6C 65 2D 32 65 2D 32 30 31 37 2E 63 72 74 30 0D 06 09 2A 86 48 86 F7 0D 01 01 0B 05 00 03 82 02 01 00 0B 53 F0 62 85 3A 3B 33 D0 72 18 E2 4D 25 BC A5 1F C8 07 F7 F5 AC AD 4E 31 EF F2 C6 0C 7D E4 DB 45 3C 22 FF E1 42 06 ED 9E CC 7B F6 03 D2 25 86 63 36 7A 36 B5 63 A5 DA 26 1F 79 EA 27 06 9B 1B 27 D6 4D 3B 74 91 46 64 66 ED B1 15 D1 E3 22 5D 0A DE 8F 31 E9 05 94 4A D1 52 AF 54 5E 01 B3 DD ED 6C A2 F8 7D 55 F8 74 95 03 F1 1E 35 3B 92 02 3E D9 5B C9 0A CE 3F 8A 2A 90 00
20180906T111255.508:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111255.510:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.510:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.510:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.510:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.510:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.510:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.510:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.511:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111255.511:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111255.511:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111255.511:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.511:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.512:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111255.512:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 05 6A E7
20180906T111255.512:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.512:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111255.512:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111255.535:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111255.536:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.536:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.536:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111255.536:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: F3 49 42 C0 0B DD 06 11 2F F7 E5 13 1F 51 20 C2 97 58 99 89 AA 17 3D 46 12 A2 C4 07 8C 96 4F 43 78 66 DD 7E 7A BA DE 4F CB D9 58 56 59 06 F6 0E 9E D1 2F D8 A5 B3 A4 4D 9F C0 BE DB FC 9A 11 B2 72 31 BC 7E 68 48 03 54 54 90 F6 E3 F1 6E E1 D2 A0 71 19 58 5D 84 BF A7 3F 58 BA 0D 4A D3 D0 81 6E F1 FE EA FF E4 E3 BB 1C 9B 45 AB CC 9B F1 67 01 42 FE 09 EF 90 7D 6F D0 4E 28 A7 4C 45 F6 49 AB 7E AD 8D 3A B7 A8 7A C2 4B C2 46 85 DB BF 41 95 85 AE 1B DF B7 E4 2F 92 6B B4 DF F6 24 67 AE 40 6E 57 D4 0B 2F 2A 20 06 AE EA B6 D9 12 4E 3B D6 62 81 BA 2F D0 64 87 9A 19 DA AC 9E D9 90 61 CF 43 E5 FB 91 59 A6 AA BC D2 DA FB 0B 52 85 E5 26 3D C0 76 06 D2 12 2A 78 AA 97 7C B6 43 1C 22 85 12 0E 88 57 55 51 90 00
20180906T111255.732:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111255.734:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.734:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.734:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.734:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.734:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.734:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.734:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.736:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111255.736:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111255.736:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111255.736:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.736:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.736:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111255.736:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 06 51 E7
20180906T111255.736:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.736:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111255.736:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111255.760:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111255.760:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.760:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.761:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111255.761:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: A5 71 3E 4F 32 6F 98 22 21 22 D7 46 C3 02 E5 00 E8 DC BF F3 93 50 2B 64 0C FF 03 14 8C 91 CC 4B DA 8D 0A 5F AB 2A A8 EB 01 26 BD 51 3A B4 A2 C1 6E 48 AE E7 5B 85 9D 29 B6 28 BE FE 87 16 C8 C2 5E E6 1B DF 55 01 4F AA E0 5A B1 AF C4 5E 32 F6 16 60 A5 05 68 42 D5 D1 A1 25 18 C1 74 02 38 12 9E 8B 20 DC 0A 59 4D A8 0D CD B7 09 11 00 A1 63 26 3B CE 09 23 34 92 EE 1A 10 A1 5E 97 21 88 FE 70 6B AE 3F BC F8 C9 CA 14 76 AB 3A 39 0E 6A 04 31 B5 B6 45 6A 7B 34 5D 86 E4 CA 5D D6 1E 8B 93 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111255.761:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111255.762:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.762:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.762:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.762:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.762:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.762:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.762:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.763:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111255.763:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111255.763:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.763:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.763:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.763:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.768:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111255.768:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.768:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.770:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.770:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.770:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.770:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.770:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.770:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.770:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.771:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.771:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.771:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.771:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.771:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.771:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.771:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.772:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111255.772:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111255.772:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.772:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.772:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.772:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.772:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111255.772:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.772:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.773:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.773:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.773:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.773:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.773:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.773:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.773:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.774:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111255.774:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111255.774:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.774:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.774:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.774:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.781:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111255.848:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.848:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.850:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.850:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.850:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.851:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.851:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.851:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.851:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.852:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.852:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.852:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.852:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.852:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.852:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.852:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.854:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111255.854:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111255.854:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.854:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.854:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.854:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.854:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111255.854:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.855:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.856:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.856:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.856:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.856:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.856:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.856:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.856:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.858:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111255.858:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111255.858:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.858:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.858:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.858:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.862:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111255.862:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.862:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.864:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.065:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.065:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.065:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.065:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.065:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.065:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.067:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.067:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.067:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.067:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.067:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.067:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.067:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.069:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111255.069:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111255.069:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.069:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.069:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.069:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.070:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111255.070:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.070:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.071:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.071:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.071:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.071:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.071:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.071:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.072:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.073:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111255.073:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111255.073:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.073:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.073:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.073:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.081:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111255.081:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.081:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.083:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.083:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.083:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.083:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.083:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.083:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.083:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.085:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.085:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.085:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.085:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.085:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.085:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.085:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.086:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111255.086:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111255.086:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.087:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.087:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.087:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.087:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111255.087:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.087:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.088:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.088:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.088:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.089:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.089:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.089:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.089:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.090:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111255.090:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111255.090:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.090:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.090:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.090:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.096:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111255.096:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.096:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.097:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.281:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.281:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.281:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.282:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.282:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.282:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.283:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.284:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.284:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.284:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.284:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.284:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.284:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.285:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111255.285:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111255.285:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111255.286:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.286:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111255.286:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111255.286:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111255.286:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.286:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.288:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.288:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.288:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.288:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.288:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.288:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.288:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.289:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111255.289:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111255.290:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111255.290:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.290:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.290:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111255.290:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111255.290:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.290:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111255.290:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111255.302:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111255.302:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.302:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.302:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111255.303:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111255.303:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111255.304:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.304:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.304:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.304:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.304:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.304:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.304:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111255.305:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111255.306:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111255.306:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111255.306:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111255.306:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.306:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 8
20180906T111255.306:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 02 04 02 A0 03 00
20180906T111255.306:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.306:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 258
20180906T111255.306:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111255.319:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111255.319:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111255.319:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111255.320:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 31
20180906T111255.320:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 62 1B 80 02 0B B8 82 01 01 83 02 A0 03 88 00 A1 09 8C 07 7B FF FF 25 25 44 00 8A 01 05 90 00
20180906T111255.320:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111255.321:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111255.321:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111255.321:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111255.321:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111255.321:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111255.321:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.548:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.550:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111256.550:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111256.550:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111256.550:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.550:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.550:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111256.550:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 00 E7
20180906T111256.550:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.550:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111256.550:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111256.578:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111256.578:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.578:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.578:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111256.578:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 30 82 06 42 30 82 04 2A A0 03 02 01 02 02 08 5F 60 8C 97 18 6E 20 59 30 0D 06 09 2A 86 48 86 F7 0D 01 01 0B 05 00 30 6E 31 0B 30 09 06 03 55 04 06 13 02 46 52 31 1C 30 1A 06 03 55 04 0A 0C 13 4D 49 4E 49 53 54 45 52 45 20 49 4E 54 45 52 49 45 55 52 31 17 30 15 06 03 55 04 0B 0C 0E 30 30 30 32 20 31 31 30 30 31 34 30 31 36 31 28 30 26 06 03 55 04 03 0C 1F 41 44 4D 49 4E 49 53 54 52 41 54 49 4F 4E 20 43 45 4E 54 52 41 4C 45 20 32 45 20 32 30 31 37 30 1E 17 0D 31 38 30 36 32 30 31 33 34 38 30 31 5A 17 0D 31 38 30 39 32 30 31 33 34 38 30 31 5A 30 81 BD 31 0B 30 09 06 03 55 04 06 13 02 46 52 31 1C 30 1A 06 03 55 04 0A 0C 13 4D 49 4E 49 53 54 45 52 45 20 49 4E 54 45 52 49 45 55 52 31 17 30 90 00
20180906T111256.578:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111256.579:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.579:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.579:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.579:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.579:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.579:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.579:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.581:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111256.581:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111256.581:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111256.581:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.581:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.581:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111256.581:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 00 E7 E7
20180906T111256.581:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.581:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111256.581:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111256.605:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111256.605:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.605:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.605:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111256.605:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 15 06 03 55 04 0B 0C 0E 30 30 30 32 20 31 31 30 30 31 34 30 31 36 31 12 30 10 06 03 55 04 0B 0C 09 50 45 52 53 4F 4E 4E 45 53 31 17 30 15 06 0A 09 92 26 89 93 F2 2C 64 01 01 0C 07 31 34 36 38 35 32 30 31 0F 30 0D 06 03 55 04 2A 0C 06 50 41 53 43 41 4C 31 14 30 12 06 03 55 04 04 0C 0B 42 4F 55 52 47 55 49 47 4E 4F 4E 31 23 30 21 06 03 55 04 03 0C 1A 50 41 53 43 41 4C 20 42 4F 55 52 47 55 49 47 4E 4F 4E 20 31 34 36 38 35 32 30 30 82 01 22 30 0D 06 09 2A 86 48 86 F7 0D 01 01 01 05 00 03 82 01 0F 00 30 82 01 0A 02 82 01 01 00 C1 0A 01 F4 E6 DE F1 C7 F6 69 2A D5 26 FD FC 4D 55 AD A1 38 03 75 72 AA DA EF 79 C3 4D A3 74 34 1D 63 2D 4B D1 42 B1 BD 82 C7 14 6D 42 FD 31 E2 43 2B 01 D2 AF C7 DF 90 00
20180906T111256.605:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111256.607:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.607:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.607:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.607:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.607:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.607:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.607:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.608:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111256.608:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111256.608:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111256.608:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.608:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.608:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111256.608:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 01 CE E7
20180906T111256.608:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.608:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111256.648:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111256.672:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111256.672:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.672:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.672:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111256.672:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 8B C8 42 93 1C 1B 48 01 B3 B1 D4 A0 9B D0 A6 F6 E4 F4 70 14 94 D8 14 FF B8 00 5C 9A 07 19 62 F2 01 0C 45 1E 1B C0 BE 44 78 8D 17 15 C9 C6 64 49 AF 01 5C 40 4E EC 8F 19 B0 4F 7A E9 BF 08 D3 9A 11 65 80 D6 AF BB A9 6A 2C EA 90 A8 1E 1A 84 07 A5 BC 78 EF F7 20 32 98 F5 69 CF 4E 26 DF 65 6F E4 EE A2 D1 BE 0C 62 26 33 23 8C 56 60 1D 64 B9 CF 21 50 08 87 27 66 21 9E 4F A7 66 65 44 7E 5F 2D 22 3A CC 50 F1 D3 0E D4 F4 C8 D9 83 7C 9D F9 35 15 05 1D 15 91 2C 4D 1B 1F 60 9F 54 BA 9E 3E D7 AB 90 9B 67 9F 13 FC 07 90 79 B8 2C 40 AE 8B C3 50 FF D1 0B 53 9D 17 A6 9A 9F B0 7C 54 43 C7 0C D7 3F E4 B5 23 36 1E F9 02 03 01 00 01 A3 82 01 92 30 82 01 8E 30 1F 06 03 55 1D 23 04 18 30 16 80 14 16 A5 C7 67 90 00
20180906T111256.672:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111256.674:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.674:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.674:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.674:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.674:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.674:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.674:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.675:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111256.675:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111256.675:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111256.675:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.676:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.676:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111256.676:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 02 B5 E7
20180906T111256.676:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.676:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111256.676:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111256.699:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111256.699:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.699:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.699:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111256.699:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 87 21 27 07 8C F1 7B 91 96 07 E1 10 FF F6 86 36 30 1D 06 03 55 1D 0E 04 16 04 14 5A 51 FA FB 56 6C 3A FA 32 9F 91 4B 73 67 53 14 DE E6 43 A6 30 09 06 03 55 1D 13 04 02 30 00 30 0E 06 03 55 1D 0F 01 01 FF 04 04 03 02 06 40 30 36 06 03 55 1D 11 04 2F 30 2D 81 2B 70 61 73 63 61 6C 2E 62 6F 75 72 67 75 69 67 6E 6F 6E 2D 6F 62 69 61 6E 65 40 69 6E 74 65 72 69 65 75 72 2E 67 6F 75 76 2E 66 72 30 48 06 03 55 1D 20 04 41 30 3F 30 3D 06 0B 2A 81 7A 01 81 18 02 01 0D 02 01 30 2E 30 2C 06 08 2B 06 01 05 05 07 02 01 16 20 68 74 74 70 3A 2F 2F 77 77 77 2E 69 67 63 2E 69 6E 74 65 72 69 65 75 72 2E 67 6F 75 76 2E 66 72 30 51 06 03 55 1D 1F 04 4A 30 48 30 46 A0 44 A0 42 86 40 68 74 74 70 3A 2F 2F 63 90 00
20180906T111256.827:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111256.829:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.829:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.829:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.829:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.829:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.830:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.830:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.831:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111256.831:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111256.831:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111256.831:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.831:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.831:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111256.831:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 03 9C E7
20180906T111256.832:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.832:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111256.832:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111256.856:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111256.856:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.856:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.856:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111256.856:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 72 6C 2E 69 6E 74 65 72 69 65 75 72 2E 67 6F 75 76 2E 66 72 2F 61 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 2D 63 65 6E 74 72 61 6C 65 2D 32 65 2D 32 30 31 37 2E 63 72 6C 30 5C 06 08 2B 06 01 05 05 07 01 01 04 50 30 4E 30 4C 06 08 2B 06 01 05 05 07 30 02 86 40 68 74 74 70 3A 2F 2F 63 72 6C 2E 69 6E 74 65 72 69 65 75 72 2E 67 6F 75 76 2E 66 72 2F 61 64 6D 69 6E 69 73 74 72 61 74 69 6F 6E 2D 63 65 6E 74 72 61 6C 65 2D 32 65 2D 32 30 31 37 2E 63 72 74 30 0D 06 09 2A 86 48 86 F7 0D 01 01 0B 05 00 03 82 02 01 00 6F 27 74 0C 55 D7 69 BB 85 52 CA 3B 3D 68 C0 1F 70 EE 57 51 81 AC 13 F9 F4 F8 C2 63 C3 66 FA 9F 52 94 D6 FB 7B 85 B5 76 4A 1A F8 64 B7 35 C4 7E 32 F5 C6 62 8B 1A EF 5E CC CC C1 9E 69 90 00
20180906T111256.856:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111256.858:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.858:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.858:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.858:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.858:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.858:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.858:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.859:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111256.859:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111256.859:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111256.859:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.859:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.859:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111256.859:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 04 83 E7
20180906T111256.859:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.859:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111256.859:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111256.883:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111256.883:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.883:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.883:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111256.883:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 42 B7 71 09 5C 80 3F B6 27 86 4F AB EA F3 D9 D7 8E E7 F0 94 C2 36 5B AC 6F 23 B8 F0 7B B0 DF 23 38 BB 59 AF 70 B2 A6 2C 90 8D 39 C5 FD A8 7B 23 61 07 98 2C 24 88 EC 2A 5C 17 46 30 D5 C4 3A 51 3D 3C 92 54 C9 53 AD 6B BB 73 07 94 07 D1 30 E7 77 7E 03 5A 90 5F 25 19 06 48 E0 43 F5 B7 07 39 65 E4 B5 37 FC CD B0 CE B6 D9 92 D3 46 73 D0 9D 7E 6E EC 98 E6 16 01 D8 FC F1 0B D7 29 5A 66 09 52 C3 AE 40 50 1C B9 58 02 1F 5A 50 C7 FD E0 90 5C B5 9C 47 15 09 75 BC 3D 07 19 1E 71 24 30 FF B0 54 BD 38 C6 56 B3 C7 85 07 D8 1E 38 BC 01 69 F0 CB ED BB 4D 37 7A D6 23 06 E4 CB 6B D4 86 2C 23 9B 76 33 9E 9E 76 01 83 4C 5F 7F 02 33 AA B9 1B 5F EC 39 79 92 6F 13 65 71 27 0F A8 75 54 DA 2F C5 AD 75 CF A3 84 90 00
20180906T111256.935:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111256.936:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.937:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.937:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.937:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.937:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.937:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.937:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.938:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111256.938:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111256.938:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111256.938:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.938:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.939:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 5
20180906T111256.939:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 B0 05 6A E7
20180906T111256.939:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.939:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 233
20180906T111256.939:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111256.963:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111256.963:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.963:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111256.963:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 233
20180906T111256.963:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 01 50 5D 3A D2 2C FD 11 03 7F 67 2B 75 BF 11 FC 3E 62 91 B4 45 94 63 AF 0D C2 A8 81 97 FD B3 6A 15 65 C9 D8 C4 95 60 16 E3 22 9C 52 DD E5 98 80 82 58 F8 17 BD 4A FF B6 FA 1D 88 FF F1 44 6C E6 D3 43 18 27 7D CE 71 8E E7 04 7D 4F 37 20 0F DC B6 A5 96 00 22 E3 FD 10 1F B4 DC CA 36 34 59 C3 53 88 E4 7F 1B B4 22 A2 FA 97 6E 42 65 D0 A4 23 37 77 5E 61 AD 1F A4 8D 4B 54 86 66 0C 78 FC E1 36 86 78 35 E2 A8 B5 D2 19 C4 E3 30 A2 7C B7 B3 E0 69 17 AC 15 0A 55 BE 30 2A 0C 12 D4 83 D1 21 24 8E 09 0B BF 5D B3 42 8E 94 EF 09 77 67 D5 FD 0E A4 9C A6 31 29 D6 1A 1A 08 DB EE 26 71 C1 27 0A FF 1E 43 CF A7 E1 96 9A 17 DA 4F D8 21 15 1F 21 03 76 79 B3 D3 56 C9 BE 39 9B FD 00 00 00 00 00 00 00 00 00 00 00 90 00
20180906T111256.963:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111256.965:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.965:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.965:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.965:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.965:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.965:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.965:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.966:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111256.966:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111256.966:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111256.966:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.966:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111256.966:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111256.969:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111256.969:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.969:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.971:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.971:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.971:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.971:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.971:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.971:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.971:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.972:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.972:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.168:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.168:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.168:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.168:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.168:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.169:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111256.170:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111256.170:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111256.170:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.170:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111256.170:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111256.170:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111256.170:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.170:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.172:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.172:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.172:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.172:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.172:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.172:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.172:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.173:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111256.173:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111256.173:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111256.173:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.173:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111256.173:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111256.183:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111256.183:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.183:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.185:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.185:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.185:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.185:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.185:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.185:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.185:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.186:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.186:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.186:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.186:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.186:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.186:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.186:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.188:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111256.188:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111256.188:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111256.188:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.188:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111256.188:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111256.188:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111256.188:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.188:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.190:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111256.190:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111256.190:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111256.190:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111256.190:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111256.190:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.190:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.191:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111256.191:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111256.191:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111256.191:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111256.191:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111256.191:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111256.201:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111256.201:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111256.201:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111256.203:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.399:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111257.399:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111257.399:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.399:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.399:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.399:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.399:orders.c:3086:DEBUG update_recv_primary_order OpaqueRect Primary Drawing Order (0x0000000A)
20180906T111257.399:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.399:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.400:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetStatusChangeW (0x000900A4) FileId: 1 CompletionId: 1
20180906T111257.400:smartcard_pack.c:1593:DEBUG smartcard_trace_get_status_change_w_call GetStatusChangeW_Call {
20180906T111257.400:orders.c:3475:DEBUG update_recv_altsec_order Switch Surface Alternate Secondary Drawing Order (0x00)
20180906T111257.400:smartcard_pack.c:1600:DEBUG smartcard_trace_get_status_change_w_call hContext: 0xCC6FC05E00000000 (8)
20180906T111257.400:orders.c:3210:DEBUG update_recv_primary_order MemBlt Primary Drawing Order (0x0000000D) rop=S [0x00cc0020]
20180906T111257.400:smartcard_pack.c:1609:DEBUG smartcard_trace_get_status_change_w_call dwTimeOut: 0xFFFFFFFF cReaders: 2
20180906T111257.400:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [0]: szReader: \\?PnP?\Notification cbAtr: 0
20180906T111257.400:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111257.400:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111257.400:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [1]: szReader: XIRING Leo v2 (8288830623) 00 00 cbAtr: 24
20180906T111257.400:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [1]: dwCurrentState: SCARD_STATE_CHANGED | SCARD_STATE_PRESENT (0x000B0022)
20180906T111257.400:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [1]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111257.400:smartcard_pack.c:1629:DEBUG smartcard_trace_get_status_change_w_call }
20180906T111257.401:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.401:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.401:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.401:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.401:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.401:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.402:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.403:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111257.403:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111257.403:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.403:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.403:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.403:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.403:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111257.403:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.404:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.405:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.405:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.405:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.405:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.405:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.405:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.405:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.406:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111257.406:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111257.406:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.406:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.406:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.406:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.411:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111257.411:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.411:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.413:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.413:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.413:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.413:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.413:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.413:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.413:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.415:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.415:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.415:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.415:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.415:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.415:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.415:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.416:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111257.416:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111257.416:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.416:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.416:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.416:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.416:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111257.417:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.417:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.418:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.418:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.418:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.418:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.507:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.507:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.508:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.509:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111257.509:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111257.509:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.509:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.509:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.510:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.514:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111257.514:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.515:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.516:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.516:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.516:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.516:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.517:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.517:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.517:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.518:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.518:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.518:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.518:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.518:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.518:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.518:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.520:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111257.520:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111257.520:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.520:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.520:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.520:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.520:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111257.520:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.520:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.522:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.522:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.522:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.522:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.611:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.611:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.611:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.612:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.612:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.612:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.612:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.613:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.613:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.613:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.614:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111257.614:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111257.614:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111257.614:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.614:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111257.614:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111257.614:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111257.614:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111257.614:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111257.614:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111257.615:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111257.615:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111257.615:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111257.615:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111257.615:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111257.615:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111257.615:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.615:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111257.615:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111257.615:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111257.615:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111257.616:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.616:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.616:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.617:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.617:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.822:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.822:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.823:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111257.823:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111257.824:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.824:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.824:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.824:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.829:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111257.830:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.830:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.832:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.832:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.832:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.832:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.832:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.832:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.832:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.833:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.833:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.833:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.833:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.834:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.834:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.834:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.835:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111257.835:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111257.835:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.835:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.835:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.835:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.835:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111257.835:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.835:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.837:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.837:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.837:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.837:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.837:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.837:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.837:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.838:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111257.838:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111257.838:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.838:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.838:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.839:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.841:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111257.841:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.841:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.843:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.843:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.843:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.843:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.843:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.843:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.843:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.845:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.845:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.845:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.845:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.845:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.845:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.845:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.846:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111257.846:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111257.846:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111257.846:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.846:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111257.847:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111257.847:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111257.847:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111257.847:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111257.847:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111257.847:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111257.847:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111257.847:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111257.022:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111257.023:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111257.023:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111257.023:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.023:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111257.023:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111257.023:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111257.023:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111257.025:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.025:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.025:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.025:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.025:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.025:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.025:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.026:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.026:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.026:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.026:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.026:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.026:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.026:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.028:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111257.028:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111257.028:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111257.028:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.028:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111257.028:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111257.028:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111257.028:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111257.028:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111257.028:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111257.029:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111257.029:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111257.029:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111257.029:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111257.029:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111257.029:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111257.029:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.029:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111257.029:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111257.029:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111257.029:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111257.032:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.032:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.032:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.032:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.032:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.032:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.032:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.033:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.033:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.033:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.033:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.033:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.034:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.034:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.035:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111257.035:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111257.035:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111257.035:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.035:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111257.035:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111257.037:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111257.037:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.037:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111257.037:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111257.039:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.039:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.039:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.039:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.039:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.223:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.223:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.224:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.225:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.225:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.225:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.225:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.225:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.225:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.226:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111257.226:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111257.226:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.226:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.226:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.226:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.227:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111257.227:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.227:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.228:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.228:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.228:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.228:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.228:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.228:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.228:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.230:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111257.230:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111257.230:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.230:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.230:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.230:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.235:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111257.235:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.235:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.237:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.237:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.237:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.237:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.237:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.237:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.237:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.239:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.239:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.239:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.239:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.239:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.239:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.239:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.240:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111257.240:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111257.240:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111257.240:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111257.240:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111257.241:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111257.241:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111257.241:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.241:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.242:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.242:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.242:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.242:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.242:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.242:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111257.242:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111257.244:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111257.244:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111257.244:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111257.244:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111257.244:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111257.244:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.423:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.425:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111258.425:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111258.425:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111258.425:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.425:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111258.425:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111258.426:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111258.426:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111258.426:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111258.426:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111258.426:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111258.426:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111258.426:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111258.426:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111258.426:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111258.426:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111258.426:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.427:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111258.427:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111258.427:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111258.427:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111258.428:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.428:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.428:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.428:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.428:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.428:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.428:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.430:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.430:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.430:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.430:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.430:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.430:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.439:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.439:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.439:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.441:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.441:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.441:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.441:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.441:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.441:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.441:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.443:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.443:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.443:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.443:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.443:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.443:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.443:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.445:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.445:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.445:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.445:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.445:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.445:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.445:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111258.445:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.445:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.447:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.447:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.447:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.447:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.447:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.447:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.447:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.449:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.449:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.449:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.449:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.449:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.449:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.632:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.632:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.633:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.635:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.635:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.635:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.635:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.635:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.635:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.635:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.637:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.637:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.637:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.637:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.637:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.637:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.637:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.639:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.639:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.639:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.639:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.639:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.639:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.639:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111258.639:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.639:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.641:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.641:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.641:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.641:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.641:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.641:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.641:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.642:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.642:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.643:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.643:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.643:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.643:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.651:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.651:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.651:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.654:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.654:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.654:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.654:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.654:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.654:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.654:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.655:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.655:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.655:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.655:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.655:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.655:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.656:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.657:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.657:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.657:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.657:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.657:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.657:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.657:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111258.657:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.657:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.658:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.658:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.658:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.658:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.658:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.658:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.658:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.659:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.659:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.659:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.659:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.659:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.659:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.666:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.666:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.666:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.667:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.723:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.723:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.723:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.723:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.724:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.724:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.725:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.725:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.725:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.725:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.726:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.726:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.726:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.727:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.727:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.727:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.727:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.727:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.727:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.728:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111258.728:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.728:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.729:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.729:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.729:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.730:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.730:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.730:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.730:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.731:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.731:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.731:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.731:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.731:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.731:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.933:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.933:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.933:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.936:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.936:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.936:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.936:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.936:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.936:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.936:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.936:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetStatusChangeW (0x000900A4) FileId: 1 CompletionId: 2
20180906T111258.936:smartcard_pack.c:1593:DEBUG smartcard_trace_get_status_change_w_call GetStatusChangeW_Call {
20180906T111258.936:smartcard_pack.c:1600:DEBUG smartcard_trace_get_status_change_w_call hContext: 0x2D6C514800000000 (8)
20180906T111258.936:smartcard_pack.c:1609:DEBUG smartcard_trace_get_status_change_w_call dwTimeOut: 0xFFFFFFFF cReaders: 2
20180906T111258.936:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [0]: szReader: \\?PnP?\Notification cbAtr: 0
20180906T111258.936:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [0]: dwCurrentState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111258.936:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [0]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111258.936:smartcard_pack.c:1617:DEBUG smartcard_trace_get_status_change_w_call [1]: szReader: XIRING Leo v2 (8288830623) 00 00 cbAtr: 24
20180906T111258.936:smartcard_pack.c:1621:DEBUG smartcard_trace_get_status_change_w_call [1]: dwCurrentState: SCARD_STATE_CHANGED | SCARD_STATE_PRESENT (0x000B0022)
20180906T111258.936:smartcard_pack.c:1623:DEBUG smartcard_trace_get_status_change_w_call [1]: dwEventState: SCARD_STATE_UNAWARE (0x00000000)
20180906T111258.936:smartcard_pack.c:1629:DEBUG smartcard_trace_get_status_change_w_call }
20180906T111258.937:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.937:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.937:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.937:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.937:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.937:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.937:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.938:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.938:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.938:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.938:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.938:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.938:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.938:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111258.938:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.938:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.939:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.939:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.939:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.939:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.939:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.939:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.939:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.940:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.940:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.940:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.940:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.940:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.940:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.946:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.946:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.946:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.947:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.947:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.947:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.947:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.947:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.947:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.947:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.948:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.948:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.948:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.948:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.948:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.948:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.948:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.949:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.949:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.949:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.949:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.949:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.955:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.956:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111258.956:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.956:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.958:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.958:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.958:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.958:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.958:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.958:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.958:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.959:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.959:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.959:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.959:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.960:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.960:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.962:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.962:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.962:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.963:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.963:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.963:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.964:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.964:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.964:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.964:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.965:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.965:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.965:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.965:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.965:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.965:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.965:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.966:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.966:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.967:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.967:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.967:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.152:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.152:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111258.153:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.153:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.154:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.154:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.154:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.154:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.155:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.155:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.155:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.156:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.156:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.156:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.156:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.156:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.156:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.165:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.165:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.165:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.167:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.167:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.167:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.167:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.167:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.167:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.167:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.169:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.169:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.169:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.169:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.169:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.169:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.169:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.170:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.170:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.170:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.171:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.171:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.171:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.171:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111258.171:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.171:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.172:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.173:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.173:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.173:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.173:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.173:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.173:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.174:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111258.174:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111258.174:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.174:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.174:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111258.175:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111258.179:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111258.179:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.179:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.181:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.181:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.181:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.181:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.181:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.181:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.181:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.182:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111258.182:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111258.182:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111258.182:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111258.182:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111258.182:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111258.182:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111258.183:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111258.183:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111258.183:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111258.184:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111258.184:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.358:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.359:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.359:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.359:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.361:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.361:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.361:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.361:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.361:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.361:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.361:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.362:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111259.362:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.362:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.362:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.363:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.363:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.367:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.367:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.367:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.369:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.369:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.369:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.369:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.369:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.370:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.370:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.371:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.371:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.371:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.371:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.371:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.371:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.371:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.373:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111259.373:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.373:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.373:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.373:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.373:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.373:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.373:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.373:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.375:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.375:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.375:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.375:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.375:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.375:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.375:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.376:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111259.376:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.377:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.377:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.377:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.377:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.381:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.381:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.381:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.383:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.383:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.383:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.383:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.383:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.383:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.383:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.384:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.385:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.385:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.385:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.385:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.385:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.385:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.386:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111259.559:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.559:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.559:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.559:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.559:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.560:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.560:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.560:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.561:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.561:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.562:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.562:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.562:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.562:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.562:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.563:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111259.563:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.563:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.563:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.563:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.563:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.569:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.569:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.569:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.570:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.570:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.570:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.570:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.570:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.570:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.570:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.571:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.571:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.571:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.571:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.571:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.571:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.571:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.572:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111259.572:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.572:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.572:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.572:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.572:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.572:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.572:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.572:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.573:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.573:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.573:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.573:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.573:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.573:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.573:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.574:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111259.574:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.574:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.574:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.574:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.574:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.584:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.584:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.584:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.586:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.586:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.586:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.586:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.586:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.586:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.586:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.587:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.587:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.587:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.588:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.588:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.588:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.588:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.589:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111259.632:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.632:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.632:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.632:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.633:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.633:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.633:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.633:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.635:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.635:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.635:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.635:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.635:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.635:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.635:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.636:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111259.636:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.637:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.637:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.637:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.637:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.642:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.642:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.642:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.644:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.644:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.644:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.644:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.644:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.644:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.644:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.646:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.646:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.646:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.733:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.733:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.733:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.733:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.735:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111259.735:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.735:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.735:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.735:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.735:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.735:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.735:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.736:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.737:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.737:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.737:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.737:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.737:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.737:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.737:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.739:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111259.739:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.739:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.739:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.739:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.739:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.741:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.742:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.742:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.743:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.743:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.743:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.743:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.743:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.743:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.743:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.745:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.745:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.745:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.933:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.933:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.933:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.933:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.935:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111259.935:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.935:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.935:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.935:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.935:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.935:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.936:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.936:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.937:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.937:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.937:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.937:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.937:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.937:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.937:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.939:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111259.939:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.939:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.939:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.939:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.939:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.945:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.945:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.945:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.947:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.947:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.947:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.948:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.948:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.948:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.948:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.949:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.949:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.949:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.949:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.949:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.949:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.949:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.951:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111259.951:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.951:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.951:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.951:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.951:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.951:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.951:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.951:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.953:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.953:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.953:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.953:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.953:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.953:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.953:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.954:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.954:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.954:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.954:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.954:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.954:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.954:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.956:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111259.956:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111259.956:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111259.956:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.956:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111259.956:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111259.956:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111259.036:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111259.036:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111259.037:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111259.037:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111259.037:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111259.037:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111259.037:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111259.037:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111259.037:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111259.037:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.038:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111259.038:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111259.038:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111259.038:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111259.039:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.040:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.040:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.040:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.040:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.040:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.040:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.041:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111259.041:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.041:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.041:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.041:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.041:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.045:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.045:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.046:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.047:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.047:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.047:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.047:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.048:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.048:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.136:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.137:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111259.137:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.137:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.137:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.137:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.137:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.137:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.139:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111259.139:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.139:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.139:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.139:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.139:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.139:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.139:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.139:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.141:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111259.141:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.141:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.141:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.141:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.141:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.141:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.142:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111259.142:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.142:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.142:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.142:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.143:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.149:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.149:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.149:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.151:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111259.151:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.151:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.151:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.151:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.151:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.236:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.237:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111259.238:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.238:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.238:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.238:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.238:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.238:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.239:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111259.239:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111259.239:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.239:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.239:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.239:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.240:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111259.240:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.240:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.241:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111259.241:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.241:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.241:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.241:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.241:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.241:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.243:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111259.243:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111259.243:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111259.243:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111259.243:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111259.243:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111259.253:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111259.253:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111259.253:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111259.254:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111259.254:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111259.255:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111259.255:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111259.255:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111259.255:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.337:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.338:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.338:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.338:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.339:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.339:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.339:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.339:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.340:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111300.340:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111300.340:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.340:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.340:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.340:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.341:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111300.341:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.341:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.342:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.342:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.342:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.342:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.342:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.342:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.342:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.344:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111300.344:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111300.344:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.344:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.344:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.344:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.354:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111300.355:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.355:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.356:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.356:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.356:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.356:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.357:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.357:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.512:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.513:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.514:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.514:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.514:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.514:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.514:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.514:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.515:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111300.515:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111300.515:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.516:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.516:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.516:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.516:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111300.516:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.516:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.518:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.518:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.518:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.518:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.518:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.518:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.518:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.520:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111300.520:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111300.520:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111300.520:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.520:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.520:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 7
20180906T111300.520:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 00 0C 02 3F 00
20180906T111300.520:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.520:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111300.520:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111300.530:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111300.530:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.530:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.530:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111300.530:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111300.530:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111300.532:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.532:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.532:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.532:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.532:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.532:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.532:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.534:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111300.534:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111300.534:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111300.534:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.534:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.534:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 16
20180906T111300.534:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CB 3F FF 0A 4D 08 70 06 BF 81 01 02 A0 80 00
20180906T111300.534:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.534:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 2068
20180906T111300.534:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111300.553:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111300.553:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.553:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.553:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 34
20180906T111300.553:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 70 1E BF 81 01 1A A0 18 9A 01 03 9B 01 03 80 02 00 04 A1 0C 8C 0A F3 00 00 13 FF 00 90 19 90 23 90 00
20180906T111300.553:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111300.554:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.554:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.554:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.554:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.554:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.554:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.611:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.613:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111300.613:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111300.613:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.613:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.613:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.613:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.622:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111300.622:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.623:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.624:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.624:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.624:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.624:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.625:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.625:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.625:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.626:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.626:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.626:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.626:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.626:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.626:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.626:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.628:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111300.628:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111300.628:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.628:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.628:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.628:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.628:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111300.628:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.628:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.630:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.630:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.630:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.630:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.811:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.811:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.811:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.812:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111300.813:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111300.813:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111300.813:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.813:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.813:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 16
20180906T111300.813:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CB 3F FF 0A 4D 08 70 06 BF 81 02 02 A0 80 00
20180906T111300.813:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.813:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 2068
20180906T111300.813:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111300.833:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111300.833:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.833:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.833:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 38
20180906T111300.833:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 70 22 BF 81 02 1E A0 1C 9A 01 05 9B 01 00 9C 02 00 01 9D 02 00 01 80 02 00 08 A1 08 8C 06 F3 FF 00 19 FF 00 90 00
20180906T111300.833:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111300.835:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.835:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.835:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.835:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.835:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.835:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.835:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.836:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111300.836:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111300.836:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.836:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.836:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.836:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.843:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111300.843:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.843:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.844:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.844:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.844:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.844:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.844:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.844:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.844:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.845:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.845:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.845:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.845:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.846:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.846:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.846:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.846:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111300.847:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111300.847:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.847:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.847:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.847:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.847:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111300.847:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.847:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.848:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.848:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.848:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.848:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.848:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.848:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.848:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.849:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111300.849:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111300.849:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111300.849:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.849:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.849:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 16
20180906T111300.849:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CB 3F FF 0A 4D 08 70 06 BF 81 03 02 A0 80 00
20180906T111300.849:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.849:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 2068
20180906T111300.849:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111300.032:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111300.032:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.032:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.032:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 38
20180906T111300.032:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 70 22 BF 81 03 1E A0 1C 9A 01 05 9B 01 00 9C 02 00 01 9D 02 00 01 80 02 00 08 A1 08 8C 06 F3 FF 00 19 FF 00 90 00
20180906T111300.032:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111300.034:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.034:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.034:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.034:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.034:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.034:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.034:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.035:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111300.036:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111300.036:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.036:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.036:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.036:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.042:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111300.042:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.042:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.043:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.043:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.043:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.043:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.043:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.043:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.043:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.044:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.044:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.044:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.044:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.045:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.045:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.045:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.046:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111300.046:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111300.046:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.046:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.046:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.046:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.046:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111300.046:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.046:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.047:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.047:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.047:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.047:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.047:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.047:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.047:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.048:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111300.048:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111300.048:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111300.048:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.048:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.048:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 16
20180906T111300.048:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CB 3F FF 0A 4D 08 70 06 BF 81 04 02 A0 80 00
20180906T111300.048:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.048:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 2068
20180906T111300.048:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111300.068:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111300.068:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.068:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.068:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 38
20180906T111300.068:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 70 22 BF 81 04 1E A0 1C 9A 01 05 9B 01 00 9C 02 00 01 9D 02 00 01 80 02 00 08 A1 08 8C 06 F3 FF 00 19 FF 00 90 00
20180906T111300.068:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111300.069:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.069:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.069:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.069:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.069:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.069:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.083:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.085:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111300.085:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111300.086:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.086:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.086:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.086:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.096:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111300.096:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.096:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.098:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.098:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.098:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.098:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.098:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.098:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.098:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.099:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.100:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.100:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.100:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.100:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.100:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.100:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.101:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111300.101:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111300.101:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.101:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.101:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.101:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.101:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111300.102:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.102:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.103:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.103:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.103:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.103:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.284:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.284:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.284:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.286:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111300.286:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111300.286:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111300.286:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.286:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.286:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 21
20180906T111300.286:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 A4 04 0C 10 E8 28 BD 08 0F D2 50 00 00 10 4D 49 4F 43 00 01
20180906T111300.286:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.287:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 4
20180906T111300.287:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111300.299:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111300.299:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.299:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.299:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 2
20180906T111300.299:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 90 00
20180906T111300.299:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111300.301:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.301:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.301:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.301:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.301:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.301:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.301:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.303:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111300.303:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111300.303:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111300.303:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.303:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.303:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 16
20180906T111300.303:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CB 3F FF 0A 4D 08 70 06 BF 81 05 02 A0 80 00
20180906T111300.303:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.303:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 2068
20180906T111300.303:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111300.322:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111300.322:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.322:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111300.322:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 34
20180906T111300.322:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 70 1E BF 81 05 1A A0 18 9A 01 05 9B 01 05 80 02 00 06 A1 0C 8C 0A F3 00 00 17 FF 00 90 19 90 23 90 00
20180906T111300.322:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111300.323:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.323:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.323:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.324:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.324:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.324:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.324:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.325:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111300.325:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111300.325:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111300.325:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111300.325:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111300.325:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111300.330:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111300.330:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.330:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.331:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.331:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.331:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.332:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.332:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.332:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.332:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.333:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111300.333:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111300.333:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111300.333:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111300.333:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111300.333:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111300.333:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111300.334:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111301.492:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111301.493:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.493:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.493:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.493:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.493:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111301.493:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.493:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.495:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111301.495:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.495:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.495:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.495:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.495:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.496:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.497:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111301.497:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111301.497:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111301.497:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.497:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.497:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 16
20180906T111301.497:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CB 3F FF 0A 4D 08 70 06 BF 81 06 02 A0 80 00
20180906T111301.497:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.498:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 2068
20180906T111301.498:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111301.517:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111301.517:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.517:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.517:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 38
20180906T111301.517:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 70 22 BF 81 06 1E A0 1C 9A 01 05 9B 01 00 9C 02 00 01 9D 02 00 01 80 02 00 08 A1 08 8C 06 F3 FF 00 19 FF 00 90 00
20180906T111301.517:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111301.519:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111301.519:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.519:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.519:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.519:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.519:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.519:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.521:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111301.521:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111301.521:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.521:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.521:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.521:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.526:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111301.526:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.526:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.527:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111301.527:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.527:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.527:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.527:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.527:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.527:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.528:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111301.528:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.528:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.529:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.529:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.529:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.529:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.530:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111301.530:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111301.530:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.530:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.530:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.530:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.530:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111301.530:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.530:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.531:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111301.531:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.531:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.531:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.697:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.697:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.697:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.698:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 3
20180906T111301.698:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111301.698:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111301.698:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.699:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.699:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 16
20180906T111301.699:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CB 3F FF 0A 4D 08 70 06 BF 81 07 02 A0 80 00
20180906T111301.699:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.699:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 2068
20180906T111301.699:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111301.719:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111301.719:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.719:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.719:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 38
20180906T111301.719:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 70 22 BF 81 07 1E A0 1C 9A 01 05 9B 01 00 9C 02 00 01 9D 02 00 01 80 02 00 08 A1 08 8C 06 F3 FF 00 19 FF 00 90 00
20180906T111301.719:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111301.720:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111301.720:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.720:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.721:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.721:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.721:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.721:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.722:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 3
20180906T111301.722:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111301.722:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.722:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.722:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.722:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.727:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111301.727:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.727:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.729:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111301.729:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.729:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.729:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.729:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.729:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.729:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.730:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.730:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.730:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.730:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.730:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.730:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.730:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.731:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 3
20180906T111301.732:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111301.732:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.732:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.732:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.732:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.732:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111301.732:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.732:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.733:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 3
20180906T111301.733:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.733:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.733:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.733:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.733:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.733:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.734:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardTransmit (0x000900D0) FileId: 1 CompletionId: 0
20180906T111301.734:smartcard_pack.c:2492:DEBUG smartcard_trace_transmit_call Transmit_Call {
20180906T111301.734:smartcard_pack.c:2499:DEBUG smartcard_trace_transmit_call hContext: 0xF1A7043400000000 (8)
20180906T111301.734:smartcard_pack.c:2513:DEBUG smartcard_trace_transmit_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.734:smartcard_pack.c:2526:DEBUG smartcard_trace_transmit_call pioSendPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.734:smartcard_pack.c:2540:DEBUG smartcard_trace_transmit_call cbSendLength: 16
20180906T111301.734:smartcard_pack.c:2545:DEBUG smartcard_trace_transmit_call pbSendBuffer: 00 CB 3F FF 0A 4D 08 70 06 BF 81 08 02 A0 80 00
20180906T111301.734:smartcard_pack.c:2558:DEBUG smartcard_trace_transmit_call pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.734:smartcard_pack.c:2573:DEBUG smartcard_trace_transmit_call fpbRecvBufferIsNULL: 0 cbRecvLength: 2068
20180906T111301.734:smartcard_pack.c:2574:DEBUG smartcard_trace_transmit_call }
20180906T111301.753:smartcard_pack.c:2653:DEBUG smartcard_trace_transmit_return Transmit_Return {
20180906T111301.753:smartcard_pack.c:2655:DEBUG smartcard_trace_transmit_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.754:smartcard_pack.c:2662:DEBUG smartcard_trace_transmit_return pioRecvPci: dwProtocol: 2 cbExtraBytes: 0
20180906T111301.754:smartcard_pack.c:2676:DEBUG smartcard_trace_transmit_return cbRecvLength: 38
20180906T111301.898:smartcard_pack.c:2681:DEBUG smartcard_trace_transmit_return pbRecvBuffer: 70 22 BF 81 08 1E A0 1C 9A 01 05 9B 01 00 9C 02 00 01 9D 02 00 01 80 02 00 08 A1 08 8C 06 F3 FF 00 19 FF 00 90 00
20180906T111301.898:smartcard_pack.c:2689:DEBUG smartcard_trace_transmit_return }
20180906T111301.899:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.899:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.900:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.900:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.900:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.900:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.900:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.901:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111301.901:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111301.901:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.902:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.902:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.902:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.911:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111301.911:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.911:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.913:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.913:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.913:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.914:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.914:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.914:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.914:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.915:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.915:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.915:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.915:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.915:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.915:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.916:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.917:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111301.917:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111301.917:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.917:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.917:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.917:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.918:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111301.918:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.918:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.919:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.919:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.919:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.920:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.920:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.920:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.920:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.921:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardEndTransaction (0x000900C0) FileId: 1 CompletionId: 0
20180906T111301.921:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call EndTransaction_Call {
20180906T111301.921:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.921:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.921:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.921:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.931:smartcard_pack.c:537:DEBUG smartcard_trace_long_return EndTransaction_Return {
20180906T111301.931:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.931:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.933:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.933:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.933:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.933:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.933:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.933:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.933:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.934:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.934:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.934:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.934:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.934:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.934:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.934:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.935:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111301.935:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111301.935:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111301.935:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.935:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111301.955:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111301.955:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111301.955:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111301.955:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111301.955:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111301.955:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111301.955:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111301.956:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111301.956:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111301.956:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111301.956:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111301.956:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.956:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111301.956:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111301.956:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111301.956:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111301.957:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.957:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.957:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.957:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.957:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.957:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.957:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.958:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.958:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.958:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.958:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.958:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.958:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.958:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.959:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardStatusW (0x000900CC) FileId: 1 CompletionId: 0
20180906T111301.959:smartcard_pack.c:1791:DEBUG smartcard_trace_status_call StatusW_Call {
20180906T111301.959:smartcard_pack.c:1798:DEBUG smartcard_trace_status_call hContext: 0xF1A7043400000000 (8)
20180906T111301.959:smartcard_pack.c:1812:DEBUG smartcard_trace_status_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.959:smartcard_pack.c:1821:DEBUG smartcard_trace_status_call fmszReaderNamesIsNULL: 0 cchReaderLen: 256 cbAtrLen: 64
20180906T111301.959:smartcard_pack.c:1822:DEBUG smartcard_trace_status_call }
20180906T111301.959:smartcard_pcsc.c:1597:DEBUG PCSC_SCardStatus_Internal after g_PCSC.pfnSCardStatus status = 0
20180906T111301.133:smartcard_pcsc.c:1598:DEBUG PCSC_SCardStatus_Internal pcsc_cchReaderLen = 33
20180906T111301.133:smartcard_pcsc.c:1599:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 24
20180906T111301.133:smartcard_pcsc.c:1603:DEBUG PCSC_SCardStatus_Internal *pcchReaderLen = -1
20180906T111301.133:smartcard_pcsc.c:1608:DEBUG PCSC_SCardStatus_Internal *pcbAtrLen = 32
20180906T111301.133:smartcard_pcsc.c:1611:DEBUG PCSC_SCardStatus_Internal unicode = 1
20180906T111301.133:smartcard_pcsc.c:1676:DEBUG PCSC_SCardStatus_Internal before g_PCSC.pfnSCardStatus pcsc_cchReaderLen = 68
20180906T111301.133:smartcard_pcsc.c:1677:DEBUG PCSC_SCardStatus_Internal pcsc_cbAtrLen = 32
20180906T111301.133:smartcard_pcsc.c:1681:DEBUG PCSC_SCardStatus_Internal after status = 0
20180906T111301.133:smartcard_pack.c:1904:DEBUG smartcard_trace_status_return StatusW_Return {
20180906T111301.133:smartcard_pack.c:1906:DEBUG smartcard_trace_status_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.133:smartcard_pack.c:1909:DEBUG smartcard_trace_status_return dwState: SCARD_SPECIFIC (0x00000006) dwProtocol: SCARD_PROTOCOL_T1 (0x00000002)
20180906T111301.133:smartcard_pack.c:1914:DEBUG smartcard_trace_status_return cBytes: 68 mszReaderNames: XIRING Leo v2 (8288830623) 00 00
20180906T111301.133:smartcard_pack.c:1917:DEBUG smartcard_trace_status_return cbAtrLen: 24 pbAtr: 3BDF96008031FE450031B864041FECC173940180829000EC
20180906T111301.133:smartcard_pack.c:1918:DEBUG smartcard_trace_status_return }
20180906T111301.135:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.135:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.135:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.135:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.135:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.135:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.135:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.136:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.136:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.136:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.136:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.136:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.136:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.136:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.137:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardGetAttrib (0x000900D8) FileId: 1 CompletionId: 0
20180906T111301.137:smartcard_pack.c:1969:DEBUG smartcard_trace_get_attrib_call GetAttrib_Call {
20180906T111301.137:smartcard_pack.c:1976:DEBUG smartcard_trace_get_attrib_call hContext: 0xF1A7043400000000 (8)
20180906T111301.137:smartcard_pack.c:1990:DEBUG smartcard_trace_get_attrib_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.137:smartcard_pack.c:1999:DEBUG smartcard_trace_get_attrib_call dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) fpbAttrIsNULL: 0 cbAttrLen: 0x00000001
20180906T111301.137:smartcard_pack.c:2000:DEBUG smartcard_trace_get_attrib_call }
20180906T111301.139:smartcard_pack.c:2035:DEBUG smartcard_trace_get_attrib_return GetAttrib_Return {
20180906T111301.139:smartcard_pack.c:2037:DEBUG smartcard_trace_get_attrib_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.139:smartcard_pack.c:2039:DEBUG smartcard_trace_get_attrib_return dwAttrId: SCARD_ATTR_ICC_PRESENCE (0x00090300) cbAttrLen: 0x00000001
20180906T111301.139:smartcard_pack.c:2052:DEBUG smartcard_trace_get_attrib_return }
20180906T111301.141:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.141:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.141:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.141:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.141:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.141:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.141:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.142:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.142:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.142:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T111301.142:smartcard_pack.c:529:DEBUG smartcard_trace_context_call }
20180906T111301.142:smartcard_pack.c:537:DEBUG smartcard_trace_long_return IsValidContext_Return {
20180906T111301.142:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.142:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.143:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardBeginTransaction (0x000900BC) FileId: 1 CompletionId: 0
20180906T111301.143:smartcard_pack.c:1253:DEBUG smartcard_trace_hcard_and_disposition_call BeginTransaction_Call {
20180906T111301.143:smartcard_pack.c:1260:DEBUG smartcard_trace_hcard_and_disposition_call hContext: 0xF1A7043400000000 (8)
20180906T111301.143:smartcard_pack.c:1274:DEBUG smartcard_trace_hcard_and_disposition_call hCard: 0xC0D92E2100000000 (8)
20180906T111301.143:smartcard_pack.c:1283:DEBUG smartcard_trace_hcard_and_disposition_call dwDisposition: SCARD_LEAVE_CARD (0x00000000)
20180906T111301.143:smartcard_pack.c:1284:DEBUG smartcard_trace_hcard_and_disposition_call }
20180906T111301.143:smartcard_pack.c:537:DEBUG smartcard_trace_long_return BeginTransaction_Return {
20180906T111301.143:smartcard_pack.c:539:DEBUG smartcard_trace_long_return ReturnCode: SCARD_S_SUCCESS (0x00000000)
20180906T111301.143:smartcard_pack.c:540:DEBUG smartcard_trace_long_return }
20180906T111301.144:smartcard_operations.c:1548:DEBUG smartcard_irp_device_control_decode SCardIsValidContext (0x0009001C) FileId: 1 CompletionId: 0
20180906T111301.144:smartcard_pack.c:514:DEBUG smartcard_trace_context_call IsValidContext_Call {
20180906T111301.144:smartcard_pack.c:521:DEBUG smartcard_trace_context_call hContext: 0xF1A7043400000000 (8)
20180906T1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment