DeviceDemo is a console program for Windows 98/2000/XP.

This program demonstrates how to use the device management function in ePass1000 SDK.

  >> Create a context handle of ePass.
  >> Let the user select device(indicated by the blink of LED) and open it.
  >> Get information of the opened device and show them on the screen.
  >> Create a directory by GUID mode.
  >> Close the device.
  >> Open the device by GUID_STR mode.
  >> Delete the directory by GUID mode.
  >> Close device.
  >> Delete context handle.