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.
|
|
/**********************************************************************/ /** Microsoft Windows/NT **/ /** Copyright(c) Microsoft Corporation, 1997 - 1998 **/ /**********************************************************************/
/*
snapbase.h Common header file included by all snapins derived from these base classes
FILE HISTORY: */
const long UNINITIALIZED = -1;
/////////////////////////////////////////////////////////////////////////////
// Helper functions
#include <dbgutil.h>
#include <std.h>
#include <errutil.h>
#include <ipaddr.h>
#include "ipaddr.hpp"
#include "dataobj.h"
#include "compont.h"
#include "proppage.h"
#include "about.h"
|