mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
540 B
25 lines
540 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1993.
|
|
//
|
|
// File: cotest.h
|
|
//
|
|
// Contents: declarations for all compobj test routines
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: dd-mmm-yy Author Comment
|
|
// 02-Nov-94 ricksa author
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef _COTEST_H
|
|
#define _COTEST_H
|
|
|
|
HRESULT ThreadUnitTest(void);
|
|
|
|
|
|
#endif // _COTEST_H
|