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.
|
|
/*****************************************************************/ /** Microsoft Windows NT **/ /** Copyright(c) Microsoft Corp., 1991 **/ /*****************************************************************/
/*
* passdlg.h * This manifests are used by the RESOURCE_PASSWORD_DIALOG * * History: * Yi-HsinS 8/15/91 Created * */
#ifndef _PASSDLG_H_
#define _PASSDLG_H_
#include "applibrc.h"
#define IDPW_PASSWORD 200
#define IDPW_RESOURCE 201
/*
* Help Context */
#define HC_RESOURCE_PASSWORD_DIALOG 6000
#endif
|