summaryrefslogtreecommitdiff
path: root/EDK/MiniSetup/Ezport/HotclickBin.h
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/MiniSetup/Ezport/HotclickBin.h')
-rw-r--r--EDK/MiniSetup/Ezport/HotclickBin.h49
1 files changed, 49 insertions, 0 deletions
diff --git a/EDK/MiniSetup/Ezport/HotclickBin.h b/EDK/MiniSetup/Ezport/HotclickBin.h
new file mode 100644
index 0000000..5ff05d6
--- /dev/null
+++ b/EDK/MiniSetup/Ezport/HotclickBin.h
@@ -0,0 +1,49 @@
+//*****************************************************************//
+//*****************************************************************//
+//*****************************************************************//
+//** **//
+//** (C)Copyright 2010, American Megatrends, Inc. **//
+//** **//
+//** All Rights Reserved. **//
+//** **//
+//** 5555 Oakbrook Pkwy, Norcross, Georgia 30093 **//
+//** **//
+//** Phone (770)-246-8600 **//
+//** **//
+//*****************************************************************//
+//*****************************************************************//
+//*****************************************************************//
+#ifndef __HOTCLICK_BIN_H__
+#define __HOTCLICK_BIN_H__
+
+typedef VOID (*HOTCLICK_CALLBACK) ( VOID *container, VOID *object, VOID *cookie );
+
+typedef struct _HOTCLICK_TEMPLATE
+{
+ UINT32 Xo, Yo, Xn, Yn;
+ HOTCLICK_CALLBACK Callback;
+ UINT32 BasePage;
+}
+HOTCLICK_TEMPLATE;
+
+extern VOID MainFrameHandlewithMouse( VOID *app, VOID *hotclick, VOID *cookie );
+extern VOID HelpFrameHandlewithMouse( VOID *app, VOID *hotclick, VOID *cookie );
+extern VOID NavFrameHandlewithMouse( VOID *app, VOID *hotclick, VOID *cookie );
+
+
+#endif //__HOTKEY_BIN_H__
+//*****************************************************************//
+//*****************************************************************//
+//*****************************************************************//
+//** **//
+//** (C)Copyright 2010, American Megatrends, Inc. **//
+//** **//
+//** All Rights Reserved. **//
+//** **//
+//** 5555 Oakbrook Pkwy, Norcross, Georgia 30093 **//
+//** **//
+//** Phone (770)-246-8600 **//
+//** **//
+//*****************************************************************//
+//*****************************************************************//
+//*****************************************************************//