Function winfsp_sys::FspServiceLog

source ·
pub unsafe extern "C" fn FspServiceLog(
    Type: ULONG,
    Format: PWSTR
    ...
)
Expand description

Log a service message.

This function can be used to log an arbitrary message to the Windows Event Log or to the current console if running in user interactive mode.

@param Type One of EVENTLOG_INFORMATION_TYPE, EVENTLOG_WARNING_TYPE, EVENTLOG_ERROR_TYPE. @param Format Format specification. This function uses the Windows wsprintf API for formatting. Refer to that API’s documentation for details on the format specification.