Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.07 KB

File metadata and controls

47 lines (34 loc) · 1.07 KB
title description ms.date author ms.author
The GetGuestRawSavedMemorySize function
Returns the size in bytes of the saved memory for a given VM saved state file.
04/18/2022
sethmanheim
sethm

GetGuestRawSavedMemorySize function

Returns the size in bytes of the saved memory for a given VM saved state file.

Syntax

HRESULT
WINAPI
GetGuestRawSavedMemorySize(
    _In_    VM_SAVED_STATE_DUMP_HANDLE      VmSavedStateDumpHandle,
    _Out_   UINT64*                         GuestRawSavedMemorySize
    );

Parameters

VmSavedStateDumpHandle

Supplies a handle to a dump provider instance.

GuestRawSavedMemorySize

Returns the size of the saved memory of a given guest in bytes.

Return Value

If the operation completes successfully, the return value is S_OK.

Requirements

|Parameter|Description| |---|---|---|---|---|---|---|---| | Minimum supported client | Windows 10, version 1607 | | Minimum supported server | Windows Server 2016 | | Target Platform | Windows | | Library | ComputeCore.ext | | Dll | ComputeCore.ext | | | |