WsDumpMemory function
This function dumps all memory allocations to the console.
Note
This function is for DEBUG ONLY.
HRESULT WINAPI WsDumpMemory(
_In_opt_ WS_ERROR* error
);
-
error [in, optional]
-
A pointer to a WS_ERROR object where additional information about the error should be stored if the function fails.
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps | UWP apps] |
Header |
|