35 lines
695 B
C
35 lines
695 B
C
//---------------------------------------------------------------------------
|
|
//
|
|
// File: _TSrvWork.h
|
|
//
|
|
// Contents: TSrvWork private include file
|
|
//
|
|
// Copyright: (c) 1992 - 1997, Microsoft Corporation.
|
|
// All Rights Reserved.
|
|
// Information Contained Herein is Proprietary
|
|
// and Confidential.
|
|
//
|
|
// History: 17-JUL-97 BrianTa Created.
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
#ifndef __TSRVWORK_H_
|
|
#define __TSRVWORK_H_
|
|
|
|
|
|
//
|
|
// Defines
|
|
//
|
|
|
|
#define TSRVWORKITEM_CHECKMARK 0x49575354 // "TSWI"
|
|
|
|
|
|
//
|
|
// Externs
|
|
//
|
|
|
|
extern WORKQUEUE g_MainWorkQueue;
|
|
|
|
|
|
#endif // __TSRVWORK_H_
|