StreamClassDebugAssert function (strmini.h)
This function is obsolete.
Checked builds were available on older versions of Windows, before Windows 10 version 1803. Use tools such as Driver Verifier and GFlags to check driver code in later versions of Windows.
Syntax
__analysis_noreturn VOID STREAMAPI StreamClassDebugAssert(
[in] IN PCHAR File,
[in] IN ULONG Line,
[in] IN PCHAR AssertText,
[in] IN ULONG AssertValue
);
Parameters
[in] File
Pointer to a NULL-terminated string containing the file name in which the assert occurred.
[in] Line
Specifies the line number of the assert.
[in] AssertText
Pointer to a NULL-terminated string containing text to be printed in the debug message.
[in] AssertValue
Specifies a value to be printed in the debug message.
Return value
None
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | strmini.h (include Strmini.h) |
Library | Stream.lib |