28 lines
612 B
C
28 lines
612 B
C
/*******************************************************************************
|
|
*
|
|
* (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
|
|
|