IsNativeVhdBoot function kernel32

int IsNativeVhdBoot(
  1. Pointer<Int32> NativeVhdBoot
)

Indicates if the OS was booted from a VHD container.

BOOL IsNativeVhdBoot(
  PBOOL NativeVhdBoot
);

Implementation

int IsNativeVhdBoot(Pointer<Int32> NativeVhdBoot) =>
    _IsNativeVhdBoot(NativeVhdBoot);