Share

InitAdUiDLL

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.

Was this information helpful?