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.
34 lines
729 B
34 lines
729 B
//---------------------------------------------------------------------------
|
|
//
|
|
// 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_
|