Share

acedRegisterExtendedTab Function

C++

BOOL acedRegisterExtendedTab(
    const wchar_t* szAppName, 
    const wchar_t* szDialogName
);

File

rxmfcapi.h

Description

Registers the fact that the application with name "szAppName" may want to add a tab to the tabbed dialog named "szDialogName". This function creates the key necessary to register the added tab(s) if it is not there.

Parameters

Parameters Description
szAppName Input base filename of the calling ARX application
szDialogName Input published name of dialog

Returns

Returns true on success.

Previous Declaration

BOOL acedRegisterExtendedTab(

const TCHAR* szAppName,

const TCHAR* szDialogName

);

Was this information helpful?