Prefast declaration update
This commit is contained in:
parent
91ad14cf6a
commit
df911bc302
@ -362,7 +362,7 @@ namespace winstd
|
|||||||
///
|
///
|
||||||
/// \sa [EventWriteString function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363750v=vs.85.aspx)
|
/// \sa [EventWriteString function](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363750v=vs.85.aspx)
|
||||||
///
|
///
|
||||||
inline ULONG write(_In_ UCHAR Level, _In_ ULONGLONG Keyword, _In_ PCWSTR String, ...)
|
inline ULONG write(_In_ UCHAR Level, _In_ ULONGLONG Keyword, _In_ _Printf_format_string_ PCWSTR String, ...)
|
||||||
{
|
{
|
||||||
assert(m_h);
|
assert(m_h);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user