Files
admin
base
com
componentdef
inc
mobile
mts
netfxoc
ole2ui32
ole32
oleutest
accctrl
act
assert
balls
cachetst
cfmex
channel
cmarshal
common
dll
inc
letest
memalloc
ole1
olebind
oledll2
oleexts
oletest
perf
perf16
perform
cairole
dll
svr
tests
cairo
chicago
daytona
bm_activ.cxx
bm_activ.hxx
bm_alloc.cxx
bm_alloc.hxx
bm_api.cxx
bm_api.hxx
bm_cgps.cxx
bm_cgps.hxx
bm_filio.cxx
bm_filio.hxx
bm_iid.cxx
bm_iid.hxx
bm_init.cxx
bm_init.hxx
bm_marsh.cxx
bm_marsh.hxx
bm_mrsh2.cxx
bm_mrsh2.hxx
bm_nest.cxx
bm_nest.hxx
bm_noise.cxx
bm_noise.hxx
bm_nstg.cxx
bm_nstg.hxx
bm_obind.cxx
bm_obind.hxx
bm_piact.cxx
bm_piact.hxx
bm_props.cxx
bm_props.hxx
bm_qi.cxx
bm_qi.hxx
bm_regis.cxx
bm_regis.hxx
bm_rot.cxx
bm_rot.hxx
bm_rpc.cxx
bm_rpc.hxx
bm_rpc2.cxx
bm_rpc2.hxx
bm_rrpc.cxx
bm_rrpc.hxx
bm_sbind.cxx
bm_sbind.hxx
bm_stg.cxx
bm_stg.hxx
bmguid.cxx
bmp_stg.cxx
bmp_stg.hxx
bmp_stg2.cxx
bmp_test.cxx
bmp_test.hxx
dirs
headers.cxx
makefile
oletest.hxx
rawrpc_c.c
rawrpc_x.c
ui
dirs
makefile
common
driver
le
procswap
rawrpc
bmcopy.bat
cairo.inc
daytona.inc
dirs
makefile
rot
server1
server2
server3
simpcntr
simpdnd
simpsvr
stgbvt
stgdrt
trktest
utests16
uthread
cairo.inc
chicago.inc
daytona.inc
dirs
makefil0
olebvt.bat
oleutest.bat
oleutest.reg
published
rpc
rpcutil
svcdlls
winole
dirs
makefil0
project.mk
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
2025-04-27 07:49:33 -04:00

43 lines
1.1 KiB
C++

//+------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1993.
//
// File: bm_piact.hxx
//
// Contents: test class definition
//
// Classes: COlePersistActivationTest
//
// Functions:
//
// History: 29-July-93 t-martig Created
//
//--------------------------------------------------------------------------
#ifndef _BM_PIACT_HXX_
#define _BM_PIACT_HXX_
#include <bm_base.hxx>
class COlePersistActivationTest : public CTestBase
{
public:
virtual WCHAR *Name ();
virtual SCODE Setup (CTestInput *input);
virtual SCODE Run ();
virtual SCODE Report (CTestOutput &OutputFile);
virtual SCODE Cleanup ();
private:
CLSID m_ClsID[CNT_CLSCTX];
ULONG m_ulIterations;
ULONG m_ulGetTime[CNT_CLSCTX][TEST_MAX_ITERATIONS];
ULONG m_ulGetReleaseTime[CNT_CLSCTX][TEST_MAX_ITERATIONS];
ULONG m_ulNewTime[CNT_CLSCTX][TEST_MAX_ITERATIONS];
ULONG m_ulNewReleaseTime[CNT_CLSCTX][TEST_MAX_ITERATIONS];
};
#endif