Share

acedUnregisterNavDialogCallbackFunction Function

C++

ACAD_PORT void acedUnregisterNavDialogCallbackFunction(
    FileDiaCallbackFuncPtr funcPtr
);

File

filedialogcallback.h

Description

This function removes the passed in function pointer from the list of functions to be called whenever Acad creates a CAcUiNavDialog.

Parameters

Parameters Description
funcPtr Input pointer to function to be removed from the registered functions list.

Was this information helpful?