Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Indicates if the OS was booted from a VHD container.
Syntax
BOOL IsNativeVhdBoot(
[out] PBOOL NativeVhdBoot
);
Parameters
[out] NativeVhdBoot
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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | winbase.h (include Windows.h) |
| Library | Kernel32.lib |
| DLL | Kernel32.dll |