EngDeletePath function (winddi.h)

The EngDeletePath function deletes a path previously allocated by EngCreatePath.

Syntax

ENGAPI VOID EngDeletePath(
  PATHOBJ *ppo
);

Parameters

ppo

Pointer to the PATHOBJ structure to be deleted.

Return value

None

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of the Windows operating systems.
Target Platform Universal
Header winddi.h (include Winddi.h)
Library Win32k.lib
DLL Win32k.sys

See also

EngCreatePath