41 #ifndef _MGEFF_EFFECTORSINK_H_ 42 #define _MGEFF_EFFECTORSINK_H_ 44 #include <minigui/common.h> 45 #include <minigui/minigui.h> 46 #include <minigui/gdi.h> 47 #include <minigui/window.h> MGEFF_EXPORT MGEFF_SINK mGEffCreateHwndSink(HWND hwnd)
Create sink from a window handle.
#define MGEFF_EXPORT
Definition: mgeff-common.h:52
MGEFF_DECLARE_HANDLE(MGEFF_SINK)
The handle to the effector sink.
MGEFF_EXPORT void mGEffDeleteSink(MGEFF_SINK sink)
Deletes a sink.
MGEFF_EXPORT MGEFF_SINK mGEffCreateHDCSink(HDC hdc)
Create sink from a DC.
MGEFF_EXPORT void mGEffSetBufferSink(MGEFF_SINK handle, HDC hdc)
Sets the content of a sink according to a DC.
MGEFF_SINK_TYPE
sink type
Definition: mgeff-effector-sink.h:58