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

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.

[notice1]: This sample need to verify user authority when create a dir, please sure token's create authority is "Anyone".