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.

24 lines
641 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 2000, Microsoft Corporation
  4. //
  5. // File: DfsLogMacros.cxx
  6. //
  7. // Contents: This file contains the functionality to generate WMI Logging Macros
  8. //
  9. //
  10. // History: Marc 12 2001, Authors: RohanP
  11. //
  12. //-----------------------------------------------------------------------------
  13. #include <windows.h>
  14. #include "dfswmi.h"
  15. #include "dfsLogMacros.hxx"
  16. #include "dfsLogMacros.tmh"
  17. PVOID pReferralControl = NULL;
  18. void SetReferralControl(WPP_CB_TYPE * Control)
  19. {
  20. pReferralControl = (PVOID)Control;
  21. }