api: upgrade source analysis annotations
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
08440580c3
commit
9957396dc7
@ -110,7 +110,7 @@ Example:
|
|||||||
|
|
||||||
```C
|
```C
|
||||||
static BOOL CALLBACK
|
static BOOL CALLBACK
|
||||||
ConsoleLogger(_In_ WINTUN_LOGGER_LEVEL Level, _In_ const WCHAR *LogLine)
|
ConsoleLogger(_In_ WINTUN_LOGGER_LEVEL Level, _In_z_ const WCHAR *LogLine)
|
||||||
{
|
{
|
||||||
const WCHAR *Template;
|
const WCHAR *Template;
|
||||||
switch (Level)
|
switch (Level)
|
||||||
|
@ -35,7 +35,7 @@ WriteFormatted(_In_ DWORD StdHandle, _In_z_ const WCHAR *Template, ...)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static BOOL CALLBACK
|
static BOOL CALLBACK
|
||||||
ConsoleLogger(_In_ WINTUN_LOGGER_LEVEL Level, _In_ const WCHAR *LogLine)
|
ConsoleLogger(_In_ WINTUN_LOGGER_LEVEL Level, _In_z_ const WCHAR *LogLine)
|
||||||
{
|
{
|
||||||
const WCHAR *Template;
|
const WCHAR *Template;
|
||||||
switch (Level)
|
switch (Level)
|
||||||
|
Loading…
Reference in New Issue
Block a user