CFIX_INCONCLUSIVE
Whenever a test case cannot be executed properly and is thus inconclusive, use CFIX_INCONCLUSIVE to report the reason of inconclusiveness. The test case will be immediately aborted.
If UNICODE has been defined, string parameters are expected to by of type PCWSTR. Otherwise, ANSI is assumed and string parameters are expected to by of type PCSTR.
In kernel mode, ANSI strings are not supported. Strings are always assumed to by of type PCWSTR.
CFIX_INCONCLUSIVE( L"This test case cannot be run on WOW64" ); CFIX_INCONCLUSIVE( L"This test case requires admin privileges" );