PFSCE_LOG_INFO function pointer
The PFSCE_LOG_INFO callback function logs messages to the configuration log file or analysis log file.
Syntax
typedef SCESTATUS ( *PFSCE_LOG_INFO)(
_In_ INT ErrLevel,
_In_ DWORD Win32rc,
_In_ LPTSTR pErrFmt,
_In_ ...
);
Parameters
- ErrLevel [in]
-
Specifies the level of information to log. This parameter can be one of the following values.
- Win32rc [in]
-
Specifies the Windows result code to log.
- pErrFmt [in]
-
Specifies the result format. This parameter uses the same format conventions as the C library function printf.
- ... [in]
-
Variable-length list of arguments specified by pErrFmt. For example, if the string pointed to by pErrFmt is "%d%s%d", pErrFmt is followed by three additional arguments: a DWORD, a string, and another DWORD.
Return value
If the function succeeds, it returns SCESTATUS_SUCCESS; otherwise, an error code is returned.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|