IWbemQuery::FreeMemory method (wmiutils.h)

The IWbemQuery::FreeMemory method frees the memory that the parser returns to a caller in a previous call to GetAnalysis.

Syntax

HRESULT FreeMemory(
  [in] LPVOID pMem
);

Parameters

[in] pMem

Pointer to the memory to be freed.

Return value

This method returns an HRESULT indicating the status of the method call.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wmiutils.h
Library Wbemuuid.lib
DLL Wmiutils.dll

See also

IWbemQuery