ERRORS | MEANING | USED BY |
DCI_ERR_CURRENTLYNOTAVAIL | Support is currently not available | DCI Commands and all callbacks |
DCI_ERR_INVALIDRECT | Rectangle provided was invalid | DCIEnumSurface command and callbacks |
DCI_ERR_UNSUPPORTEDFORMAT | FOURCC format requested by DCI Client is unsupported by DCI Provider | DCICreateOffScreen command |
DCI_ERR_UNSUPPORTEDMASK | Bitmask of format requested is unsupported by DCI Provider | DCICreateOffscreen command |
DCI_ERR_TOOBIGHEIGHT | Height requested by DCI Client is too large | DCICreateOffscreen command |
DCI_ERR_TOOBIGWIDTH | Width requested by DCI Client is too large | DCICreateOffscreen command |
DCI_ERR_TOOBIGSIZE | Size requested by DCI Client is too large -- The individual height and width are OK | DCICreateOffscreen command |
DCI_ERR_OUTOFMEMORY | DCI Provider does not have enough memory to support DCI Client's request | DCICreateOffscreen and DCICreateOverlay commands |
DCI_ERR_INVALIDPOSITION | DCI Provider does not support position requested | DCIEnumSurface command and callbacks |
DCI_ERR_INVALIDSTRETCH | DCI Provider does not support stretch requested | DCIEnumSurface command and SetDestination callback |
DCI_ERR_INVALIDCLIPLIST | DCI Provider does not support provided Cliplist | SetCliplist callback |
DCI_ERR_SURFACEISOBSCURED1
| Access to surface refused because surface is obscured | BeginAccess callback |
DCI_ERR_XALIGN | Rectangle provided was not horizontally aligned on a DWORD boundary | BeginAccess and SetDestination callbacks |
DCI_ERR_YALIGN | Rectangle provided was not vertically aligned on a DWORD boundary | BeginAccess and SetDestination callbacks |
DCI_ERR_XYALIGN | Rectangle provided was not on a DWORD boundary in both the horizontal and vertical directions | BeginAccess and SetDestination callbacks |
DCI_ERR_WIDTHALIGN | Width of rectangle provided is not a DWORD multiple | BeginAccess and SetDestination callbacks |
DCI_ERR_HEIGHTALIGN | Height of rectangle provided is not a DWORD multiple | BeginAccess and SetDestination callbacks |