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

Method GetColorSet

include/com/IViewObjectExImpl.h:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 STDMETHODIMP GetColorSet(DWORD dwDrawAspect, LONG lindex, void *pvAspect, DVTARGETDEVICE *ptd, HDC hicTargetDev, LOGPALETTE **ppColorSet) {
19 if (ppColorSet == NULL) {
20 return E_POINTER;
21 }
22 *ppColorSet = NULL;
23 return S_FALSE;
24 }
25
26 STDMETHODIMP Freeze(DWORD dwDrawAspect, LONG lindex, void *pvAspect, DWORD *pdwFreeze) {
27 return E_NOTIMPL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected