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

Function put_BorderColor

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

Source from the content-addressed store, hash-verified

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; }
252 STDMETHODIMP SetWindowForeground(long Focus) { return E_NOTIMPL; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected