windows-nt/Source/XPSP1/NT/drivers/wdm/input/opos/oposctrl/scanner.cpp

45 lines
687 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*
* SCANNER.CPP
*
*
*
*
*
*
*/
#include <windows.h>
#include <hidclass.h>
#include <hidsdi.h>
#include <ole2.h>
#include <ole2ver.h>
#include "..\inc\opos.h"
#include "oposctrl.h"
/*
* Define constructor/deconstructor.
*/
DEFINE_DEFAULT_CONTROL_CONSTRUCTOR(COPOSScanner)
/*
* Define local methods to relay all generic control
* method calls to the m_genericControl member.
*/
DEFINE_GENERIC_CONTROL_FUNCTIONS(COPOSScanner)
STDMETHODIMP_(void) COPOSScanner::DataEvent(LONG Status)
{
// BUGBUG FINISH
}
STDMETHODIMP_(void) COPOSScanner::ErrorEvent(LONG ResultCode, LONG ResultCodeExtended, LONG ErrorLocus, LONG* pErrorResponse)
{
// BUGBUG FINISH
}