Share via


CObjectPathParser::Free methods

[The CObjectPathParser class is part of the WMI Provider Framework which is now considered in final state, and no further development, enhancements, or updates will be available for non-security related issues affecting these libraries. The MI APIs should be used for all new development.]

An overloaded method that releases the memory that contains the path.

Overload list

Method Description
Free(LPWSTR)

Releases the memory that contains the unparsed path.

Free(ParsedObjectPath)

Releases the memory that contains the structure that has the parsed path.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008

Header

ObjPath.h (include ObjPath.h)

Library

FrameDyn.lib

DLL

FrameDynOS.dll; FrameDyn.dll

See also

CObjectPathParser