Microsoft DirectX 9.0 |
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.
See Also