windows-nt/Source/XPSP1/NT/admin/display/proppage/shell/dllmisc.cxx
2020-09-26 16:20:57 +08:00

23 lines
677 B
C++

//+----------------------------------------------------------------------------
//
// Windows NT Directory Service Property Pages
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 2001
//
// File: dllmisc.cxx
//
// Contents: DS property pages class objects handler DLL fcn strings.
//
// History: 21-Mar-97 EricB created
// 25-Mar-01 EricB split out shell version for dsprop.dll.
//
//-----------------------------------------------------------------------------
#include "pch.h"
TCHAR const c_szDsProppagesProgID[] = TEXT("DsPropertyPages.");
TCHAR const c_szDsProppagesDllName[] = TEXT("dsprop.dll");
#include "misc.cxx"