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

Method CanWindowlessActivate

DuiLib/Control/UIActiveX.cpp:429–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429STDMETHODIMP CActiveXCtrl::CanWindowlessActivate(void)
430{
431 DUITRACE(_T("AX: CActiveXCtrl::CanWindowlessActivate"));
432 return S_OK; // Yes, we can!!
433}
434
435STDMETHODIMP CActiveXCtrl::GetCapture(void)
436{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected