That just says that the pfOut pointer is set to nullptr - ie set to 0 ie not used/specified. Hence the test:

Code:
if ( rfp.pfOut )
which checks for the nullptr condition.