STATUS CODES | MEANING | USED BY |
DCI_STATUS_POINTERCHANGED | Informs DCI client that pointer to surface memory changed | BeginAccess callback |
DCI_STATUS_STRIDECHANGED | Informs DCI client that stride of surface changed | BeginAccess callback |
DCI_STATUS_FORMATCHANGED | Informs DCI client that format of surface changed | BeginAccess callback |
DCI_STATUS_SURFACEINFOCHANGED | Informs DCI client that fields in DCISURFACEINFO changed. This is to be used to refer to changes other than pointer, stride and format | BeginAccess callback |
DCI_STATUS_CHROMAKEYCHANGED | Informs DCI client that either or both of dwChromakeyValue and dwChromakeyMask have changed | BeginAccess callback of an overlay surface |
DCI_STATUS_WASSTILLDRAWING | Informs DCI Client that previous Draw to transfer data from offscreen to primary surface was incomplete when BeginAccess was issued | BeginAccess callback of an offscreen surface |