Clear back buffer in stencil area [C++]

I want to know how clear the backbuffer in the stencil area and I already found the function ClearMRT, but there are two parameters that bother me:
NumClearColors and ExcludeRect

Could someone give some explanation on those please?

This is what I setup so far (via C++):