summaryrefslogtreecommitdiffstats
path: root/private/ole32/dcomss/olescm/rotif.hxx
blob: ecb7ae2b880c1c4cfbda2dbb398b138c0504c148 (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, 1992 - 1993.
//
//  File:       rotif.hxx
//
//  Contents:   ROT Globals for use by SCM
//
//  History:    24-Jan-95 Ricksa    Created
//
//--------------------------------------------------------------------------
#ifndef __ROTIF_HXX__
#define __ROTIF_HXX__

#include <scmrot.hxx>

extern CScmRot *gpscmrot;

HRESULT GetObjectFromRot(
#ifndef _CHICAGO_
    CToken *pToken,
    WCHAR *pwszWinstaDesktop,
#endif
    WCHAR *pwszPath,
    InterfaceData **ppifdObject);

HRESULT InitScmRot(void);

#endif // __ROTIF_HXX__