CFIX_ASSERT_SUCCEEDED
CFIX_ASSERT_SUCCEEDED may be used to check whether an expression yields a success HRESULT. This macro is primarily intended for COM development and is a shorthand for writing CFIX_ASSERT( SUCCEEDED( Expression ) )
CFIX_ASSERT_SUCCEEDED may be used to check whether an expression yields a success HRESULT. This macro is primarily intended for COM development and is a shorthand for writing CFIX_ASSERT( SUCCEEDED( Expression ) )