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
699 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Windows NT Directory Service Property Pages
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 2001
  7. //
  8. // File: dllmisc.cxx
  9. //
  10. // Contents: DS property pages class objects handler DLL fcn strings.
  11. //
  12. // History: 21-Mar-97 EricB created
  13. // 25-Mar-01 EricB split out shell version for dsprop.dll.
  14. //
  15. //-----------------------------------------------------------------------------
  16. #include "pch.h"
  17. TCHAR const c_szDsProppagesProgID[] = TEXT("DsPropertyPages.");
  18. TCHAR const c_szDsProppagesDllName[] = TEXT("dsprop.dll");
  19. #include "misc.cxx"