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.
 
 
 
 
 
 

24 lines
552 B

/*
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
rnderr.h
*/
#ifndef __RND_ERROR_CODES__
#define __RND_ERROR_CODES__
#include <blberr.h>
// rendezvous component error codes
// First four bits - SEVERITY(11), CUSTOMER FLAG(1), RESERVED(0)
#define RND_INVALID_TIME 0xe0000200
#define RND_NULL_SERVER_NAME 0xe0000201
#define RND_ALREADY_CONNECTED 0xe0000202
#define RND_NOT_CONNECTED 0xe0000203
#endif // __RND_ERROR_CODES__