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.
 
 
 
 
 
 

28 lines
1.0 KiB

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998-2002
//
// File: strconst.h
//
// Contents: Definition of string constants for Certificate Templates
//
//----------------------------------------------------------------------------
#ifndef __STRCONST_H
#define __STRCONST_H
#define CERTTMPL_LDAP L"LDAP"
#define CERTTMPL_ROOTDSE L"RootDSE"
#define CERTTMPL_DEFAULT_NAMING_CONTEXT L"defaultNamingContext"
#define CERTTMPL_SYSTEM_RDN L"CN=System"
#define CERTTMPL_CONFIG_NAMING_CONTEXT L"configurationNamingContext"
#define CERTTMPL_CONTEXT_HELP_FILE L"CapeSnpn.hlp"
#define CERTTMPL_LINKED_HELP_FILE L"CertTmpl.chm"
#define CERTTMPL_HTML_HELP_FILE L"CertTmpl.chm"
#define CERTTMPL_HTML_TOP_NODE L"sag_CT_topnode.htm"
#define CERTTMPL_HELP_PATH L"\\help\\"
#define CERTTMPL_CONCEPTS_HELP_FILE L"CTconcepts.chm"
#endif // __STRCONST_H