Platform SDK: RAS/Routing and RAS |
The PfDeleteLog function immediately disables the log on all interfaces with which it is associated. The log is deleted when all interfaces associated with the log are deleted.
DWORD PfDeleteLog(VOID);
This function has no parameters.
If the function succeeds, the return value is NO_ERROR.
If the function fails, use FormatMessage to obtain the message string for the returned error.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Fltdefs.h.
Library: Use Iphlpapi.lib.