NTSTATUS
WmipQueryLogger(
IN OUT PWMI_LOGGER_INFORMATION LoggerInfo,
IN PWMI_LOGGER_CONTEXT LoggerContext
);
Routine Description:
This routine is called to control the data collection and logger.
It is called by WmipIoControl in wmi.c, with IOCTL_WMI_QUERY_LOGGER.
Caller must pass in either the Logger Name or a valid Logger Id/Handle.
Arguments:
LoggerInfo a pointer to the structure for the logger's control
and status information
LoggerContext if this is provided, it assumes it is a valid one
Return Value:
The status of performing the action requested.