This is the complete list of members for IHostWnd, including all inherited members.
AddRef() PURE | IHostWnd | |
AnimateHostWindow(DWORD dwTime, DWORD dwFlags) PURE | IHostWnd | |
CenterWindow(HWND hWndCenter) PURE | IHostWnd | |
ClientToScreen(LPPOINT lpPoint) SCONST PURE | IHostWnd | |
ClientToScreen2(LPRECT lpRect) SCONST PURE | IHostWnd | |
Create(HWND hWndParent, int x DEF_VAL(0), int y DEF_VAL(0), int nWidth DEF_VAL(0), int nHeight DEF_VAL(0)) PURE | IHostWnd | |
CreateCaret(HBITMAP hBitmap, int nWidth, int nHeight) PURE | IHostWnd | |
CreateEx(HWND hWndParent, DWORD dwStyle, DWORD dwExStyle, int x, int y, int nWidth, int nHeight, IXmlNode *xmlInit DEF_VAL(NULL)) PURE | IHostWnd | |
CreateNative(LPCTSTR lpWindowName, DWORD dwStyle, DWORD dwExStyle, int x, int y, int nWidth, int nHeight, HWND hWndParent, int nID, LPVOID lpParam) PURE | IHostWnd | |
DestroyWindow() PURE | IHostWnd | |
EnableDragDrop() PURE | IHostWnd | |
EnablePrivateUiDef(BOOL bEnable) PURE | IHostWnd | |
FindIChildByID(int nId) PURE | IHostWnd | |
FindIChildByName(LPCWSTR pszName) PURE | IHostWnd | |
FindIChildByNameA(LPCSTR pszName) PURE | IHostWnd | |
GetCapture() PURE | IHostWnd | |
GetClientRect(LPRECT lpRect) SCONST PURE | IHostWnd | |
GetCurrentMessage() SCONST PURE | IHostWnd | |
GetDC() PURE | IHostWnd | |
GetDlgCtrlID() SCONST PURE | IHostWnd | |
GetEventHandler() PURE | IHostWnd | |
GetExStyle() SCONST PURE | IHostWnd | |
GetHwnd() PURE | IHostWnd | |
GetIRoot() PURE | IHostWnd | |
GetMsgHandler() PURE | IHostWnd | |
GetMsgLoop() PURE | IHostWnd | |
GetNcPainter() PURE | IHostWnd | |
GetParent() PURE | IHostWnd | |
GetPresenter() PURE | IHostWnd | |
GetStyle() SCONST PURE | IHostWnd | |
GetWindowDC() PURE | IHostWnd | |
GetWindowLongPtr(int nIndex) SCONST PURE | IHostWnd | |
GetWindowRect(LPRECT lpRect) SCONST PURE | IHostWnd | |
GetWindowText(LPTSTR lpszStringBuf, int nMaxCount) SCONST PURE | IHostWnd | |
HideCaret() PURE | IHostWnd | |
InitFromXml(IXmlNode *pNode) PURE | IHostWnd | |
Invalidate(BOOL bErase) PURE | IHostWnd | |
InvalidateRect(LPCRECT lpRect, BOOL bErase) PURE | IHostWnd | |
IsIconic() SCONST PURE | IHostWnd | |
IsTranslucent() SCONST PURE | IHostWnd | |
IsWindow() SCONST PURE | IHostWnd | |
IsWindowEnabled() SCONST PURE | IHostWnd | |
IsWindowVisible() SCONST PURE | IHostWnd | |
IsZoomed() SCONST PURE | IHostWnd | |
KillTimer(UINT_PTR nIDEvent) PURE | IHostWnd | |
MapWindowPoints(HWND hWndTo, LPPOINT lpPoint, UINT nCount) SCONST PURE | IHostWnd | |
MapWindowRect(HWND hWndTo, LPRECT lpRect) SCONST PURE | IHostWnd | |
ModifyStyle(DWORD dwRemove, DWORD dwAdd, UINT nFlags) PURE | IHostWnd | |
ModifyStyleEx(DWORD dwRemove, DWORD dwAdd, UINT nFlags) PURE | IHostWnd | |
MoveWindow(int x, int y, int nWidth, int nHeight, BOOL bRepaint) PURE | IHostWnd | |
MoveWindow2(LPCRECT lpRect, BOOL bRepaint) PURE | IHostWnd | |
OnFinalRelease() PURE | IHostWnd | |
PostMessage(UINT message, WPARAM wParam, LPARAM lParam) PURE | IHostWnd | |
Release() PURE | IHostWnd | |
ReleaseCapture() PURE | IHostWnd | |
ReleaseDC(HDC hDC) PURE | IHostWnd | |
ScreenToClient(LPPOINT lpPoint) SCONST PURE | IHostWnd | |
ScreenToClient2(LPRECT lpRect) SCONST PURE | IHostWnd | |
SendMessage(UINT message, WPARAM wParam, LPARAM lParam) PURE | IHostWnd | |
SendNotifyMessage(UINT message, WPARAM wParam, LPARAM lParam) PURE (defined in IHostWnd) | IHostWnd | |
SetCapture() PURE | IHostWnd | |
SetEventHandler(FunCallback fun, void *ctx) PURE | IHostWnd | |
SetFocus() PURE | IHostWnd | |
SetLayeredWindowAttributes(COLORREF crKey, BYTE bAlpha, DWORD dwFlags) PURE | IHostWnd | |
SetLayoutId(LPCTSTR pszLayoutId) PURE | IHostWnd | |
SetMsgHandler(FunMsgHandler fun, void *ctx) PURE | IHostWnd | |
SetParent(HWND hWndNewParent) PURE | IHostWnd | |
SetPresenter(IHostPresenter *pPresenter) PURE | IHostWnd | |
SetScale(int nScale, LPCRECT pDestRect) PURE | IHostWnd | |
SetTimer(UINT_PTR nIDEvent, UINT nElapse, void(CALLBACK *lpfnTimer)(HWND, UINT, UINT_PTR, DWORD)) PURE | IHostWnd | |
SetWindowLongPtr(int nIndex, LONG_PTR dwNewLong) PURE | IHostWnd | |
SetWindowPos(HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT nFlags) PURE | IHostWnd | |
SetWindowRgn(HRGN hRgn, BOOL bRedraw) PURE | IHostWnd | |
SetWindowText(LPCTSTR lpszString) PURE | IHostWnd | |
ShowCaret() PURE | IHostWnd | |
ShowHostWnd(int uShowCmd, BOOL bWaitAniDone) PURE | IHostWnd | |
ShowWindow(int nCmdShow) PURE | IHostWnd | |
SubclassWindow(HWND hWnd) PURE | IHostWnd | |
UnsubclassWindow(BOOL bForce) PURE | IHostWnd | |
UpdateLayeredWindow(HDC hdcDst, POINT *pptDst, SIZE *psize, HDC hdcSrc, POINT *pptSrc, COLORREF crKey, BLENDFUNCTION *pblend, DWORD dwFlags) PURE | IHostWnd |