23 lines
625 B
C++
23 lines
625 B
C++
|
/**********************************************************************/
|
||
|
/** Microsoft Windows/NT **/
|
||
|
/** Copyright(c) Microsoft Corporation, 1997 - 1997 **/
|
||
|
/**********************************************************************/
|
||
|
|
||
|
/*
|
||
|
AcsSnapE.cpp
|
||
|
Implements ACS admin snapin's Extension Snapin
|
||
|
|
||
|
FILE HISTORY:
|
||
|
11/03/97 Wei Jiang Created
|
||
|
|
||
|
*/
|
||
|
|
||
|
// ACSSnapE.cpp : Implementation of CACSSnapExt
|
||
|
#include "stdafx.h"
|
||
|
#include "acsadmin.h"
|
||
|
#include "ACSSnapE.h"
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// CACSSnapExt
|
||
|
|