Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

errorCodes.h

Go to the documentation of this file.
00001 
00003 #if !defined(__ERRORCODES_H__INCLUDED)
00004 #define __ERRORCODES_H__INCLUDED
00005 
00006 #if _MSC_VER > 1000
00007 #pragma once
00008 #endif // _MSC_VER > 1000
00009 
00016 #define PC_FAILED               0L  
00017 #define PC_CONNECTED            1L  
00018 #define PC_ALREADY_CONNECTED    2L  
00019 #define PC_BUSY                 3L  
00020 #define PC_NOT_RESET            4L  
00021 
00022 //define STILL_ACTIVE   ((DWORD)0x00000103L) Repeated for documentation purposes
00023 
00024 #define PS_FAILED       0L              
00025 #define PS_CONNECTED    1L              
00026 #define PS_CANCELLED    2L              
00027 #define PS_WAITING      STILL_ACTIVE    
00028 
00029 
00030 #endif

Generated on Mon Mar 25 06:29:59 2002 for Window Dressing by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001