IsNativeVhdBoot method

int IsNativeVhdBoot(
  1. Pointer<Int32> NativeVhdBoot
)

Implementation

int IsNativeVhdBoot(
  ffi.Pointer<ffi.Int32> NativeVhdBoot,
) {
  return _IsNativeVhdBoot(
    NativeVhdBoot,
  );
}