WindowsXP-SP1/enduser/windows.com/iuctl/detection.cpp
2020-09-30 16:53:49 +02:00

16 lines
356 B
C++

// 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;
}