#if !defined(AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_)
|
#define AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_
|
|
#if _MSC_VER > 1000
|
#pragma once
|
#endif // _MSC_VER > 1000
|
// BLJogBtn2Parent.h : header file
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
// by ChaeBL
|
|
typedef struct _BLJOGBTN2PARENT
|
{
|
virtual BOOL SendMessageToParent(LPCTSTR message) = 0;
|
virtual BOOL SendMessageToParent(int nMsg) = 0;
|
} BLJogBtn2Parent, *pBLJogBtn2Parent;
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//{{AFX_INSERT_LOCATION}}
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
#endif // !defined(AFX_BLJOGBTN2PARENT_H__5A9433C1_E8A9_4393_9E0D_B7A996B9AF3F__INCLUDED_)
|