Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
356 B

  1. // Detection.cpp : Implementation of CDetection
  2. #include "stdafx.h"
  3. #include "IUCtl.h"
  4. #include "Detection.h"
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CDetection
  7. STDMETHODIMP CDetection::Detect(BSTR bstrXML, DWORD *pdwDetectionResult)
  8. {
  9. // TODO: Add your implementation code here
  10. return S_OK;
  11. }