Useful functions and constants used in the audio framework. More...
#include <windows.h>#include "AFMessages.h"#include "AFTypes.h"Go to the source code of this file.
Defines | |
| #define | LEN(arr) (sizeof(arr) / sizeof(arr[0])) |
Useful functions and constants used in the audio framework.
This file contains code fragments that are used frequently in many different translation units.
Definition in file AFCommon.h.
| #define LEN | ( | arr | ) | (sizeof(arr) / sizeof(arr[0])) |
Definition at line 47 of file AFCommon.h.
1.6.1