ADL (AMD Display Library) Public APIs  Version 17.1
Macros | Typedefs
adl_sdk.h File Reference

Contains the definition of the Memory Allocation Callback.
Included in ADL SDK More...

#include "adl_structures.h"

Go to the source code of this file.

Macros

#define __stdcall
 
#define ADL_SDK_MAJOR_VERSION   17
 
#define ADL_SDK_MINOR_VERSION   1
 

Typedefs

typedef void *(* ADL_MAIN_MALLOC_CALLBACK) (int)
 Memory Allocation Call back. More...
 

Detailed Description

Contains the definition of the Memory Allocation Callback.
Included in ADL SDK



This file contains the definition of the Memory Allocation Callback.
It also includes definitions of the respective structures and constants.
This is the only header file to be included in a C/C++ project using ADL

Macro Definition Documentation

◆ __stdcall

#define __stdcall

◆ ADL_SDK_MAJOR_VERSION

#define ADL_SDK_MAJOR_VERSION   17

◆ ADL_SDK_MINOR_VERSION

#define ADL_SDK_MINOR_VERSION   1

Typedef Documentation

◆ ADL_MAIN_MALLOC_CALLBACK

typedef void*( * ADL_MAIN_MALLOC_CALLBACK) (int)

Memory Allocation Call back.


Copyright © 2009-2020 Advanced Micro Devices, Inc. All rights reserved.