// 
// Copyright (c) 1996-1997 Microsoft Corporation.
//
//
// Component
//
//		Unimodem 5.0 TSP (Win32, user mode DLL)
//
// File
//
//		IDOBJ.H
//		Defines the IDOBJ_ values. These are 8-bit constants.
//
// History
//
//		11/23/1996  JosephJ Created
//
//

#define IDOBJ_CSync 			0
#define IDOBJ_CTspDev	  		1
#define IDOBJ_CTspDevMgr 		2
#define IDOBJ_CTspDevFactory 	3
#define IDOBJ_TspDevRec			4
#define IDOBJ_TspMiniDriver		5

