CBaseWindow::DoRealisePalette
Microsoft DirectShow 9.0 |
CBaseWindow::DoRealisePalette
The DoRealisePalette method realizes the window's current palette.
Syntax
virtual HRESULT DoRealisePalette( BOOL bForceBackground );
Parameters
bForceBackground
Boolean value that specifies whether the palette is forced to be a background palette. For more information, see SelectPalette in the Platform SDK.
Return Value
Returns one of the HRESULT values shown in the following table.
Value | Description |
S_FALSE | An internal call to GdiFlush returned an error. |
S_OK | Success. |
Remarks
The CBaseWindow::OnPaletteChange method calls this method. To set a new palette, call the CBaseWindow::SetPalette method.
Requirements
** Header:** Declared in Winutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also