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

Method ParseDisplayName

DuiLib/Control/UIActiveX.cpp:735–739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735STDMETHODIMP CActiveXCtrl::ParseDisplayName(IBindCtx *pbc, LPOLESTR pszDisplayName, ULONG* pchEaten, IMoniker** ppmkOut)
736{
737 DUITRACE(_T("AX: CActiveXCtrl::ParseDisplayName"));
738 return E_NOTIMPL;
739}
740
741HRESULT CActiveXCtrl::CreateActiveXWnd()
742{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected