PlusLib  2.9.0
Software library for tracked ultrasound image acquisition, calibration, and processing.
Macros
VideoFrameTransfer.cpp File Reference
#include "VideoFrameTransfer.h"
Include dependency graph for VideoFrameTransfer.cpp:

Go to the source code of this file.

Macros

#define DVP_CHECK(cmd)
 

Macro Definition Documentation

◆ DVP_CHECK

#define DVP_CHECK (   cmd)
Value:
{ \
DVPStatus hr = (cmd); \
if (DVP_STATUS_OK != hr) { \
OutputDebugStringA( #cmd " failed\n" ); \
ExitProcess(hr); \
} \
}

Definition at line 31 of file VideoFrameTransfer.cpp.