wiauDbgFlags function (wiautil.h)
The wiauDbgFlags function determines whether a particular debugging flag is set.
Syntax
void wiauDbgFlags(
DWORD flags,
LPCSTR prefix,
LPCSTR fname,
LPCSTR fmt,
...
);
Parameters
flags
Is a set of flags that control which information is placed in the log file or displayed in the debugger. See the flags parameter of wiauDbgSetFlags for a list of the flag values.
prefix
Pointer to a string containing a prefix (such as "ERROR " or "WARN ").
fname
Pointer to a string containing the name of the function or method into which the call to wiauDbgDump is inserted.
fmt
...
Return value
None
Remarks
If message logging to log file, or debugger, or both is enabled and the particular flag in the flags parameter is enabled, this function logs a message containing the strings pointed to by the prefix, fname, and fmt parameters.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wiautil.h (include Wiautil.h) |