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.
|
|
//+----------------------------------------------------------------------------
//
// 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"
|