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

Function put_WindowStyleEx

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

Source from the content-addressed store, hash-verified

224 STDMETHODIMP put_WindowStyle(long WindowStyle) { return E_NOTIMPL; }
225 STDMETHODIMP get_WindowStyle(long *WindowStyle) { return E_NOTIMPL; }
226 STDMETHODIMP put_WindowStyleEx(long WindowStyleEx) { return E_NOTIMPL; }
227 STDMETHODIMP get_WindowStyleEx(long *WindowStyleEx) { return E_NOTIMPL; }
228 STDMETHODIMP put_AutoShow(long AutoShow) { return E_NOTIMPL; }
229 STDMETHODIMP get_AutoShow(long *AutoShow) { return E_NOTIMPL; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected