Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
As described in GDI Support for Graphics Drivers management work. The driver must supply its default palette to GDI in the DEVINFO structure when GDI calls the function DrvEnablePDEV. At this time, the driver should create the default palette with a call to the GDI service function EngCreatePalette.
As described in GDI Support for Graphics Drivers, GDI handles much of the palette management work. The driver must supply its default palette to GDI in the DEVINFO structure when GDI calls the function DrvEnablePDEV. At this time, the driver should create the default palette with a call to the GDI service function EngCreatePalette.
Drivers that support settable palettes also must support the DrvSetPalette function. This function is used exclusively by display drivers.