summaryrefslogtreecommitdiffstats
path: root/private/ole32/ih/osift.hxx
blob: 6371e288018df284dcd1edead69a16d768ee357f (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
//+---------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 1993.
//
//  File:       osift.hxx
//
//  Contents:   Definition of server side sift object
//
//  Functions:  DbgDllSetSiftObject - sets up global sift pointer
//
//  History:    6-01-94   t-chripi   Created
//
//----------------------------------------------------------------------------

#ifndef __OSIFT_HXX__

#define __OSIFT_HXX__

#include <sift.hxx>

extern ISift *g_psftSiftObject;

#define SIMULATE_FAILURE( dwRes )                               \
            ((NULL != g_psftSiftObject) &&                      \
                    (g_psftSiftObject->SimFail( ( dwRes ) )))   \

#endif  //  __OSIFT_HXX__