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.
27 lines
639 B
27 lines
639 B
/*******************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORPORATION, 1998
|
|
*
|
|
* TITLE: STIEVENT.H
|
|
*
|
|
* VERSION: 1.0
|
|
*
|
|
* AUTHOR: ShaunIv
|
|
*
|
|
* DATE: 12/6/1999
|
|
*
|
|
* DESCRIPTION:
|
|
*
|
|
*******************************************************************************/
|
|
// mintrans.h : Declaration of the minimal transfer component
|
|
|
|
#ifndef __STIEVENT_H_INCLUDED
|
|
#define __STIEVENT_H_INCLUDED
|
|
|
|
#include <windows.h>
|
|
#include "evntparm.h"
|
|
|
|
extern HRESULT StiEventHandler( CStiEventData &StiEventData );
|
|
|
|
#endif //__STIEVENT_H_INCLUDED
|
|
|