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

Method HandleCustomMessage

DuiLib/Utils/WinImplBase.cpp:412–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412LRESULT WindowImplBase::HandleCustomMessage(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
413{
414 bHandled = FALSE;
415 return 0;
416}
417
418LONG WindowImplBase::GetStyle()
419{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected