WsDumpMemory function

This function dumps all memory allocations to the console.

Note

This function is for DEBUG ONLY.

Syntax

HRESULT WINAPI  WsDumpMemory(
  _In_opt_ WS_ERROR* error
);

Parameters

error [in, optional]

A pointer to a WS_ERROR object where additional information about the error should be stored if the function fails.

Return value

If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2008 R2 [desktop apps | UWP apps]
Header
WebServicesDebug.h