Share

CAdUiFileDialog::OnNotifyGeneric

C++

virtual ADUI_REPLY OnNotifyGeneric(
    UINT controlId, 
    LPARAM lParam
);

Description

This method is provided to handle a generic, application-defined notification.

By default, the dialog does nothing and replies kAdUiNotify_Nothing.

The method should return a reply appropriate to the application. By convention, kAdUiReply_Nothing usually indicates the notification was ignored, while kAdUiReply_Ok indicates it was handled.

Parameters

Parameters Description
controlId Indicates a control's resource identifier
lParam Application-defined data the control attached to the notification

Links

CAdUiFileDialog

Was this information helpful?