Annotation of mstools/h/rpcnterr.h, revision 1.1.1.2

1.1       root        1: /*********************************************************/
                      2: /**               Microsoft LAN Manager                 **/
                      3: /**       Copyright(c) Microsoft Corp., 1987-1990       **/
                      4: /**                                                     **/
                      5: /**     Rpc Error Codes from the compiler and runtime   **/
                      6: /**                                                     **/
                      7: /*********************************************************/
                      8: 
                      9: /*
                     10: If you change this file, you must also change rpcerr.h.
                     11: */
                     12: 
                     13: #ifndef __RPCNTERR_H__
                     14: #define __RPCNTERR_H__
                     15: 
1.1.1.2 ! root       16: #define RPC_S_OK                          ERROR_SUCCESS
        !            17: #define RPC_S_INVALID_ARG                 ERROR_INVALID_PARAMETER
        !            18: #define RPC_S_OUT_OF_MEMORY               ERROR_OUTOFMEMORY
        !            19: #define RPC_S_OUT_OF_THREADS              ERROR_MAX_THRDS_REACHED
        !            20: #define RPC_S_INVALID_LEVEL               ERROR_INVALID_PARAMETER
        !            21: #define RPC_S_BUFFER_TOO_SMALL            ERROR_INSUFFICIENT_BUFFER
        !            22: #define RPC_S_INVALID_SECURITY_DESC       ERROR_INVALID_SECURITY_DESCR
        !            23: #define RPC_S_ACCESS_DENIED               ERROR_ACCESS_DENIED
        !            24: 
        !            25: #define RPC_X_NO_MEMORY                   RPC_S_OUT_OF_MEMORY
        !            26: #define RPC_X_INVALID_BOUND               RPC_S_INVALID_BOUND
        !            27: #define RPC_X_INVALID_TAG                 RPC_S_INVALID_TAG
        !            28: #define RPC_X_ENUM_VALUE_TOO_LARGE        RPC_X_ENUM_VALUE_OUT_OF_RANGE
1.1       root       29: 
                     30: #endif /* __RPCNTERR_H__ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.