windows-nt/Source/XPSP1/NT/com/rpc/runtime/mtrt/testhlp.hxx

50 lines
1.1 KiB
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1991 - 1999
//
// File: testhlp.hxx
//
//--------------------------------------------------------------------------
/* --------------------------------------------------------------------
Microsoft OS/2 LAN Manager
Copyright(c) Microsoft Corp., 1990
-------------------------------------------------------------------- */
/* --------------------------------------------------------------------
File : testhlp.hxx
Description :
This file defines the operating system specific helper routines used by
the testing code.
History :
mikemon 01-14-91 Created this file.
-------------------------------------------------------------------- */
#ifndef __TESTHLP_HXX__
#define __TESTHLP_HXX__
void
TestHlpResumeThread (
int Thread
);
int // Return the current thread.
TestHlpCurrentThread (
);
void
TestHlpSuspendThread (
int Thread
);
#endif /* __TESTHLP_HXX__ */