MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / SetMoniker

Method SetMoniker

include/com/IOleObjectImpl.h:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 STDMETHODIMP SetMoniker(DWORD dwWhichMoniker, IMoniker *pmk) {
53 return E_NOTIMPL;
54 }
55
56 STDMETHODIMP GetMoniker(DWORD dwAssign, DWORD dwWhichMoniker, IMoniker **ppmk) {
57 return E_NOTIMPL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected