MCPcopy Create free account
hub / github.com/cinience/RedisStudio / CreateDuiWindow

Method CreateDuiWindow

DuiLib/Core/UIBase.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240HWND CWindowWnd::CreateDuiWindow( HWND hwndParent, LPCTSTR pstrWindowName,DWORD dwStyle /*=0*/, DWORD dwExStyle /*=0*/ )
241{
242 return Create(hwndParent,pstrWindowName,dwStyle,dwExStyle,0,0,0,0,NULL);
243}
244
245HWND CWindowWnd::Create(HWND hwndParent, LPCTSTR pstrName, DWORD dwStyle, DWORD dwExStyle, const RECT rc, HMENU hMenu)
246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected