windows-nt/Source/XPSP1/NT/enduser/windows.com/iuctl/detection.cpp

16 lines
341 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
// Detection.cpp : Implementation of CDetection
#include "stdafx.h"
#include "IUCtl.h"
#include "Detection.h"
/////////////////////////////////////////////////////////////////////////////
// CDetection
STDMETHODIMP CDetection::Detect(BSTR bstrXML, DWORD *pdwDetectionResult)
{
// TODO: Add your implementation code here
return S_OK;
}