summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/h/async.hxx
blob: fa05092a345ded64a1d09d54558e6b061a956884 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1996 - 1996.
//
//  File:	async.hxx
//
//  Contents:	Async docfile header
//
//  Classes:	
//
//  Functions:	
//
//  History:	27-Mar-96	PhilipLa	Created
//
//----------------------------------------------------------------------------

#ifndef __ASYNC_HXX__
#define __ASYNC_HXX__

#define ISPENDINGERROR(x) ((x == E_PENDING) || (x == STG_E_PENDINGCONTROL))

#define IID_IDefaultFillLockBytes IID_IDfReserved2
#define IID_IAsyncFileLockBytes IID_IDfReserved3

#define UNTERMINATED 0
#define TERMINATED_NORMAL 1
#define TERMINATED_ABNORMAL 2

#endif // #ifndef __ASYNC_HXX__