apiw-sys 0.1.0

This crate provides core API bindings for Windows according to ECMA-234.
Documentation
1
2
3
4
5
6
7
8
9
use windows_sys::Win32::UI::Shell as shell;

pub use shell::DragAcceptFiles;

pub use shell::DragFinish;

pub use shell::DragQueryFileW as DragQueryFile;

pub use shell::DragQueryPoint;