pub trait shell_IFileDialogEvents: ole_IUnknown { }
Available on crate features kernel and shell only.
Expand description

This trait is enabled with the shell feature, and provides methods for IFileDialogEvents.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Object Safety§

This trait is not object safe.

Implementors§