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 **/ /**********************************************************************/
/*
uidomain.h Header file for PROMPT_FOR_ANY_DC dialog ID values.
FILE HISTORY: KeithMo 31-Aug-1992 Created. */
#ifndef _UIDOMAIN_H_
#define _UIDOMAIN_H_
#include "applibrc.h"
#define IDPDC_MESSAGE 200
#define IDPDC_SERVER_LABEL 201
#define IDPDC_SERVER 202
#endif // _UIDOMAIN_H_
|