GME
13
|
import "Gme.idl";
Public Member Functions | |
HRESULT | WindowMovingStarted ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | WindowMoving ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | WindowMovingFinished ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | WindowMoved ([in] LONG nFlags,[in] LONG x,[in] LONG y) |
HRESULT | WindowResizingStarted ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | WindowResizing ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | WindowResizingFinished ([in] LONG nFlags,[in] LONG left,[in] LONG top,[in] LONG right,[in] LONG bottom) |
HRESULT | WindowResized ([in] LONG nFlags,[in] LONG cx,[in] LONG cy) |
HRESULT IMgaElementDecoratorEvents::WindowMoved | ( | [in] LONG | nFlags, |
[in] LONG | x, | ||
[in] LONG | y | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaElementDecoratorEvents::WindowMoving | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaElementDecoratorEvents::WindowMovingFinished | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaElementDecoratorEvents::WindowMovingStarted | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaElementDecoratorEvents::WindowResized | ( | [in] LONG | nFlags, |
[in] LONG | cx, | ||
[in] LONG | cy | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaElementDecoratorEvents::WindowResizing | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaElementDecoratorEvents::WindowResizingFinished | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.
HRESULT IMgaElementDecoratorEvents::WindowResizingStarted | ( | [in] LONG | nFlags, |
[in] LONG | left, | ||
[in] LONG | top, | ||
[in] LONG | right, | ||
[in] LONG | bottom | ||
) |
Implemented in CDecoratorEventSink, and CAnnotatorEventSink.