pub trait IVdsHwProviderPrivate_Impl: Sized {
// Required method
fn QueryIfCreatedLun(
&self,
pwszdevicepath: &PCWSTR,
pvdsluninformation: *const VDS_LUN_INFORMATION,
) -> Result<GUID>;
}
Required Methods§
fn QueryIfCreatedLun( &self, pwszdevicepath: &PCWSTR, pvdsluninformation: *const VDS_LUN_INFORMATION, ) -> Result<GUID>
Object Safety§
This trait is not object safe.