pub unsafe extern "stdcall" fn DokanDriverVersion() -> ULONG
Expand description

Get the version of the Dokan driver.

The returned ULONG is the version number without the dots.

Return

The version of Dokan driver or 0 on failure.