Share

AdUiRegisterFloatingFrameClassAddress

C++

ADUI_PORT void AdUiRegisterFloatingFrameClassAddress(
    CRuntimeClass** pClass
);

File

aduiDock.h

Description

A RealDWG host application must use this function to pass a pointer to the floating flame class member (CFrameWnd::m_pFloatingFrameClass) at startup in order for palette sets to work properly.

Parameters

Parameters Description
pClass Input pointer to the floating flame class member of the application frame (CFrameWnd::m_pFloatingFrameClass)

Was this information helpful?