Clone screen interface.h

From wizarPOS
Revision as of 03:24, 9 April 2018 by Mahong (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  #ifndef _CLONE_SCREEN_H
  #define _CLONE_SCREEN_H
  #ifdef __cplusplus
  extern "C"
  {
  #endif
  
  typedef int (*clone_screen_enable)(int nEnable);
  
  typedef int (*clone_screen_show)(int *pImg, int nImgLength, unsigned int nWidth, unsigned int nHeight);
  
  #ifdef __cplusplus
  }
  #endif
  #endif