RtlSwitchedVVI method

int RtlSwitchedVVI(
  1. Pointer<RTL_OSVERSIONINFOEXW> VersionInfo,
  2. int TypeMask,
  3. int ConditionMask
)

Implementation

int RtlSwitchedVVI(
  ffi.Pointer<RTL_OSVERSIONINFOEXW> VersionInfo,
  int TypeMask,
  int ConditionMask,
) {
  return _RtlSwitchedVVI(
    VersionInfo,
    TypeMask,
    ConditionMask,
  );
}