mirror of https://github.com/tongzx/nt5src
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.
33 lines
427 B
33 lines
427 B
/*++
|
|
|
|
Microsoft Windows
|
|
Copyright (C) Microsoft Corporation, 1981 - 1999
|
|
|
|
Module Name:
|
|
|
|
errorcodes.h
|
|
|
|
Abstract:
|
|
|
|
|
|
|
|
Author:
|
|
|
|
Rahul Thombre (RahulTh) 4/30/1998
|
|
|
|
Revision History:
|
|
|
|
4/30/1998 RahulTh
|
|
|
|
Created this module.
|
|
|
|
--*/
|
|
|
|
#ifndef __ERRORCODES_H__
|
|
#define __ERRORCODES_H__
|
|
|
|
#define errIRFTP_NODEVICE -1
|
|
#define errIRFTP_SELECTIONCANCELLED -2
|
|
#define errIRFTP_MULTDEVICES -3
|
|
|
|
#endif //__ERRORCODES_H__
|