AJA NTV2 SDK  17.6.0.2675
NTV2 SDK 17.6.0.2675
checkbmi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

__inline BOOL MultiplyCheckOverflow (DWORD a, DWORD b, __deref_out_range(==, a *b) DWORD *pab)
 
 __success (return !=0) __inline BOOL ValidateBitmapInfoHeader(const BITMAPINFOHEADER *pbmi
 
 __out_range (>=, sizeof(BITMAPINFOHEADER)) DWORD cbSize)
 

Function Documentation

◆ __out_range()

__out_range ( >=  ,
sizeof(BITMAPINFOHEADER)   
)

Definition at line 34 of file checkbmi.h.

◆ __success()

__success ( return = 0) const

◆ MultiplyCheckOverflow()

__inline BOOL MultiplyCheckOverflow ( DWORD  a,
DWORD  b,
__deref_out_range(==, a *b) DWORD *  pab 
)

Definition at line 11 of file checkbmi.h.