Share

CAdUiFileDialog::PreCreateWindow

C++

BOOL PreCreateWindow(
    CREATESTRUCT& cs
) override;

Description

This routine returns the result of calling the inherited method, after re-establishing any resources that may have been swapped out by DoModal() or Create().

Parameters

Parameters Description
cs Reference to a Windows CREATESTRUCT

Links

CAdUiFileDialog

Was this information helpful?