12#ifndef __SREALWNDHANDLER_I__H__
13#define __SREALWNDHANDLER_I__H__
14#include <interface/obj-ref-i.h>
28#define INTERFACE IRealWndHandler
Interface for reference counting.
Interface for handling real window operations.
long Release() PURE
Decrement the reference count.
void OnFinalRelease() PURE
Final release of the object.
BOOL OnRealWndPosition(IWindow *pRealWnd, const RECT *rcWnd) PURE
Adjust the position of a real window.
HWND OnRealWndCreate(IWindow *pRealWnd) PURE
Create a real window.
long AddRef() PURE
Increment the reference count.
void OnRealWndDestroy(IWindow *pRealWnd) PURE
Destroy a real window.
BOOL OnRealWndInit(IWindow *pRealWnd) PURE
Initialize a real window.