0 out of 1 rated this helpful - Rate this topic

IsNativeVhdBoot function

Indicates if the OS was booted from a VHD container.

Syntax


BOOL WINAPI IsNativeVhdBoot (
  _Out_  PBOOL *NativeVhdBoot
);

Parameters

NativeVhdBoot [out]

Pointer to a variable that receives a boolean indicating if the OS was booted from a VHD.

Return value

TRUE if the OS was a native VHD boot; otherwise, FALSE.

Call GetLastError to get extended error information.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Winbase.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

GetSystemInfo
GetProcessHandleCount
GetProcessMemoryInfo
GetSystemTimes
GetSystemRegistryQuota

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.