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.
 
 
 
 
 
 

22 lines
365 B

// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
#ifndef __STARTUP__
#define __STARTUP__
class DllImportExport SnmpClassLibrary
{
private:
protected:
static LONG s_ReferenceCount ;
SnmpClassLibrary () {} ;
public:
virtual ~SnmpClassLibrary () {}
static BOOL Startup () ;
static void Closedown () ;
} ;
#endif