Source position: jwawingdi.pas line 4422
type tagPIXELFORMATDESCRIPTOR = record |
nSize: Word; |
nVersion: Word; |
dwFlags: DWORD; |
iPixelType: Byte; |
cColorBits: Byte; |
cRedBits: Byte; |
cRedShift: Byte; |
cGreenBits: Byte; |
cGreenShift: Byte; |
cBlueBits: Byte; |
cBlueShift: Byte; |
cAlphaBits: Byte; |
cAlphaShift: Byte; |
cAccumBits: Byte; |
cAccumRedBits: Byte; |
cAccumGreenBits: Byte; |
cAccumBlueBits: Byte; |
cAccumAlphaBits: Byte; |
cDepthBits: Byte; |
cStencilBits: Byte; |
cAuxBuffers: Byte; |
iLayerType: Byte; |
bReserved: Byte; |
dwLayerMask: DWORD; |
dwVisibleMask: DWORD; |
dwDamageMask: DWORD; |
end; |