This method is called by the framework when a themed File Dialog should be created.
- Parameters
-
bOpenFileDialog | Specifies whether the file dialog is "Open" or "Save". |
dwFlags | A list of standard OFN_ flags. |
pOptions | A pointer to CBCGPFileDialogOptions object. If NULL, the default file dialog options will be used. |
- Returns
- A pointer to CBCGPFileDialogEx object. Will be freed by the framework.
The default implementation creates CBCGPFileDialogEx object. Override this method if you need to use your own, CBCGPFileDialogEx-derived object instead.