RtlSwitchedVVI method
Implementation
int RtlSwitchedVVI(
ffi.Pointer<PRTL_OSVERSIONINFOEXW> VersionInfo,
int TypeMask,
int ConditionMask,
) {
return (_RtlSwitchedVVI ??=
_dylib.lookupFunction<_c_RtlSwitchedVVI, _dart_RtlSwitchedVVI>(
'RtlSwitchedVVI'))(
VersionInfo,
TypeMask,
ConditionMask,
);
}