MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / get_BorderColor

Function get_BorderColor

Source/VideoRenderer.h:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 STDMETHODIMP put_MessageDrain(OAHWND Drain);
247 STDMETHODIMP get_MessageDrain(OAHWND* Drain);
248 STDMETHODIMP get_BorderColor(long *Color) { return E_NOTIMPL; }
249 STDMETHODIMP put_BorderColor(long Color) { return E_NOTIMPL; }
250 STDMETHODIMP get_FullScreenMode(long *FullScreenMode) { return E_NOTIMPL; }
251 STDMETHODIMP put_FullScreenMode(long FullScreenMode) { return E_NOTIMPL; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected