C++
void ADUI_PORT InitAdUiDLL();
File
adui.h
Description
Initializes the extension DLL, registers the classes, etc. Call this exported function once from your DLL or executable. An ideal location is the InitInstance() member function.
void ADUI_PORT InitAdUiDLL();
adui.h
Initializes the extension DLL, registers the classes, etc. Call this exported function once from your DLL or executable. An ideal location is the InitInstance() member function.