HomeSort by relevance Sort by last modified time
    Searched refs:MSP_ERROR (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspaddr.h 188 LOG((MSP_ERROR,"CreateMSPCallHelper - bad address pointer - exit E_POINTER"));
192 LOG((MSP_ERROR,"CreateMSPCallHelper - bad outer unknown - we require aggregation - exit E_POINTER"));
196 LOG((MSP_ERROR,"CreateMSPCallHelper - bad iunknown return ptr - exit E_POINTER"));
200 LOG((MSP_ERROR,"CreateMSPCallHelper - bad class return ptr - exit E_POINTER"));
204 LOG((MSP_ERROR,"CreateMSPCallHelper - unsupported media types - exit TAPI_E_INVALIDMEDIATYPE"));
210 LOG((MSP_ERROR,"CreateMSPCallHelper - could not create agg call instance - exit E_OUTOFMEMORY"));
215 LOG((MSP_ERROR,"CreateMSPCallHelper - QueryInterface failed: %x",hr));
221 LOG((MSP_ERROR,"CreateMSPCallHelper - FinalConstruct failed: %x.",hr));
227 LOG((MSP_ERROR,"CreateMSPCallHelper - can not cast to agg object to class pointer - exit E_UNEXPECTED"));
233 LOG((MSP_ERROR,"CreateMSPCallHelper - call init failed: %x",hr))
    [all...]
msplog.h 13 #define MSP_ERROR ((DWORD)0x00010000 | TRACE_USE_MASK)
mspcoll.h 76 LOG((MSP_ERROR,"CTapiCollection::get_Item - VariantCopy failed. hr = %lx",hr));
154 LOG((MSP_ERROR,"CTapiBstrCollection::get_Item - VariantCopy failed. hr = %lx",hr));
msputils.h 15 #define MSP_(hr) (FAILED(hr)?MSP_ERROR:MSP_TRACE)

Completed in 81 milliseconds