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.

25 lines
508 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: moreutil.cpp
  8. //
  9. //--------------------------------------------------------------------------
  10. /*
  11. moreutil.cpp
  12. Utility functions for the nodemgr without MFC
  13. */
  14. #include "stdafx.h"
  15. #include "macros.h"
  16. BOOL _IsValidAddress( const void* lp, UINT nBytes, BOOL bReadWrite )
  17. {
  18. return TRUE;
  19. }