Searched refs:DXERROR8 (Results 1 – 3 of 3) sorted by relevance
/third_party/mingw-w64/mingw-w64-crt/libsrc/ |
D | dxerr.c | 21 #ifndef DXERROR8 22 #define DXERROR8(v,n,d) macro 75 …DXERROR8(0x8780014, "DS_INCOMPLETE", "The call succeeded, but not all of the optional effects were… 95 DXERROR8(0x80040110, "CLASS_E_NOAGGREGATION", "This object does not support aggregation") 101 …DXERROR8(0x80040201, "DIERR_DEVICEFULL & VFW_E_INVALIDSUBTYPE", "The device is full. & An invalid … 102 …DXERROR8(0x80040202, "DIERR_MOREDATA & VFW_E_NEED_OWNER", "Not all the requested information fit i… 103 …DXERROR8(0x80040203, "DIERR_NOTDOWNLOADED & VFW_E_ENUM_OUT_OF_SYNC", "The effect is not downloaded… 104 …DXERROR8(0x80040204, "DIERR_HASEFFECTS & VFW_E_ALREADY_CONNECTED", "The device cannot be reinitial… 105 …DXERROR8(0x80040205, "DIERR_NOTEXCLUSIVEACQUIRED & VFW_E_FILTER_ACTIVE", "The operation cannot be … 106 …DXERROR8(0x80040206, "DIERR_INCOMPLETEEFFECT & VFW_E_NO_TYPES", "The effect could not be downloade… [all …]
|
D | dxerr8.c | 16 #define DXERROR8(v,n,d) {v, n, d}, macro
|
D | dxerr8w.c | 18 #define DXERROR8(v,n,d) {v, L##n, L##d}, macro
|