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

Method GetMoniker

DuiLib/Control/UIActiveX.cpp:388–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388STDMETHODIMP CActiveXCtrl::GetMoniker(DWORD dwAssign, DWORD dwWhichMoniker, IMoniker** ppmk)
389{
390 DUITRACE(_T("AX: CActiveXCtrl::GetMoniker"));
391 if( ppmk != NULL ) *ppmk = NULL;
392 return E_NOTIMPL;
393}
394
395STDMETHODIMP CActiveXCtrl::GetContainer(IOleContainer** ppContainer)
396{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected