winerror.h

6322 단어 error
//

// Define the severity codes

//





//

// MessageId: ERROR_SUCCESS

//

// MessageText:

//

// The operation completed successfully.

//

#define ERROR_SUCCESS                    0L



#define NO_ERROR 0L                                                 // dderror

#define SEC_E_OK                         ((HRESULT)0x00000000L)



//

// MessageId: ERROR_INVALID_FUNCTION

//

// MessageText:

//

// Incorrect function.

//

#define ERROR_INVALID_FUNCTION           1L    // dderror



//

// MessageId: ERROR_FILE_NOT_FOUND

//

// MessageText:

//

// The system cannot find the file specified.

//

#define ERROR_FILE_NOT_FOUND             2L



//

// MessageId: ERROR_PATH_NOT_FOUND

//

// MessageText:

//

// The system cannot find the path specified.

//

#define ERROR_PATH_NOT_FOUND             3L



//

// MessageId: ERROR_TOO_MANY_OPEN_FILES

//

// MessageText:

//

// The system cannot open the file.

//

#define ERROR_TOO_MANY_OPEN_FILES        4L



//

// MessageId: ERROR_ACCESS_DENIED

//

// MessageText:

//

// Access is denied.

//

#define ERROR_ACCESS_DENIED              5L



//

// MessageId: ERROR_INVALID_HANDLE

//

// MessageText:

//

// The handle is invalid.

//

#define ERROR_INVALID_HANDLE             6L



//

// MessageId: ERROR_ARENA_TRASHED

//

// MessageText:

//

// The storage control blocks were destroyed.

//

#define ERROR_ARENA_TRASHED              7L



//

// MessageId: ERROR_NOT_ENOUGH_MEMORY

//

// MessageText:

//

// Not enough storage is available to process this command.

//

#define ERROR_NOT_ENOUGH_MEMORY          8L    // dderror



//

// MessageId: ERROR_INVALID_BLOCK

//

// MessageText:

//

// The storage control block address is invalid.

//

#define ERROR_INVALID_BLOCK              9L

좋은 웹페이지 즐겨찾기