Share

AdUiRegisterDockingTool

C++

bool ADUI_PORT AdUiRegisterDockingTool(
    LPCTSTR lpszToolName, 
    LPCTSTR lpszCommand, 
    UINT nToolbarID
);

File

aduiDock.h

Description

This routine is used internally.

Parameters

Parameters Description
lpszToolName Internal use only
lpszCommand Internal use only
nToolbarID Internal use only

Was this information helpful?