2025-04-27 07:49:33 -04:00

28 lines
639 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