DisableRedirectPrinting

 

#include “BlackIceDEVMODE.h”

void DisableRedirectPrinting(BlackIceDEVMODE* pDevMode );

Description

Sets the BLF_REDIRECT_PRINTING flag to false.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

None

Programming Notes

None

Code Example

None