home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
pelne
/
optionp
/
iis4_07.cab
/
mdmsg.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-11-16
|
4KB
|
158 lines
/**********************************************************************/
/** Microsoft Windows NT **/
/** Copyright(c) Microsoft Corp., 1993 **/
/**********************************************************************/
/*
mdmsg.h
This file is generated by the MC tool from the MDMSG.MC message
file.
FILE HISTORY:
michth 26-Jun-1996 Created.
*/
#ifndef _MDMSG_H_
#define _MDMSG_H_
//
// Values are 32 bit values layed out as follows:
//
// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
// +-+-+-+-+-+---------------------+-------------------------------+
// |S|R|C|N|r| Facility | Code |
// +-+-+-+-+-+---------------------+-------------------------------+
//
// where
//
// S - Severity - indicates success/fail
//
// 0 - Success
// 1 - Fail (COERROR)
//
// R - reserved portion of the facility code, corresponds to NT's
// second severity bit.
//
// C - reserved portion of the facility code, corresponds to NT's
// C field.
//
// N - reserved portion of the facility code. Used to indicate a
// mapped NT status value.
//
// r - reserved portion of the facility code. Reserved for internal
// use. Used to indicate HRESULT values that are not status
// values, but are instead message ids for display strings.
//
// Facility - is the facility code
//
// Code - is the facility's status code
//
//
// Define the facility codes
//
//
// Define the severity codes
//
//
// MessageId: MD_ERROR_NOT_INITIALIZED
//
// MessageText:
//
// MetaData has not been initialized.
//
#define MD_ERROR_NOT_INITIALIZED 0x800CC800L
//
// MessageId: MD_ERROR_DATA_NOT_FOUND
//
// MessageText:
//
// The specified metadata was not found.
//
#define MD_ERROR_DATA_NOT_FOUND 0x800CC801L
//
// MessageId: MD_ERROR_INVALID_VERSION
//
// MessageText:
//
// The version specified in metadata storage was not recognized.
//
#define MD_ERROR_INVALID_VERSION 0x800CC802L
//
// MessageId: MD_WARNING_PATH_NOT_FOUND
//
// MessageText:
//
// A specified metaobject path was not found. The metaobject and associated metadata was ignored.
//
#define MD_WARNING_PATH_NOT_FOUND 0x000CC803L
//
// MessageId: MD_WARNING_DUP_NAME
//
// MessageText:
//
// A metaobject or metadata was specified more than once. The duplicate ignored.
//
#define MD_WARNING_DUP_NAME 0x000CC804L
//
// MessageId: MD_WARNING_INVALID_DATA
//
// MessageText:
//
// Invalid metadata was specified. The invalid metadata was ignored.
//
#define MD_WARNING_INVALID_DATA 0x000CC805L
//
// MessageId: MD_ERROR_SECURE_CHANNEL_FAILURE
//
// MessageText:
//
// A secure communications channel could not be established with the target server.
//
#define MD_ERROR_SECURE_CHANNEL_FAILURE 0x800CC806L
//
// MessageId: MD_WARNING_PATH_NOT_INSERTED
//
// MessageText:
//
// The path was not inserted into the string as requested. The probable cause is that the data is at an object at a higher level than the handle.
//
#define MD_WARNING_PATH_NOT_INSERTED 0x000CC807L
//
// MessageId: MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE
//
// MessageText:
//
// The METADATA_SECURE attribute cannot be removed from a data item via the GetData method. Use the DeleteData method to remove the secure data.
//
#define MD_ERROR_CANNOT_REMOVE_SECURE_ATTRIBUTE 0x800CC808L
//
// MessageId: MD_WARNING_SAVE_FAILED
//
// MessageText:
//
// The metadata save prior to backup failed. The previous version of the data was backed up.
//
#define MD_WARNING_SAVE_FAILED 0x000CC809L
#endif // _MDMSG_H_