duilib自学教程
|
静态 Public 成员函数 | |
static bool | Initialize (HINSTANCE hInstance) |
Protected 成员函数 | |
void | Update (HWND hParent) |
void | MakeShadow (UINT32 *pShadBits, HWND hParent, RECT *rcParent) |
DWORD | PreMultiply (COLORREF cl, unsigned char nAlpha) |
静态 Protected 成员函数 | |
static LRESULT CALLBACK | WndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | ParentProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static CWndShadow * | FindShadowWindow (HWND hWnd) |
static int | GetShadowWindowIndex (HWND hWnd) |
静态 Protected 属性 | |
static HINSTANCE | s_hInstance = (HINSTANCE)INVALID_HANDLE_VALUE |
static DuiLib::CDuiValArray | s_ShadowArray |
static pfnUpdateLayeredWindow | s_UpdateLayeredWindow = NULL |