EnableRedirectPrinting

#include “BlackIceDEVMODE.h”

 

void EnableRedirectPrinting(BlackIceDEVMODE* pDevMode );

Description

Sets the BLF_REDIRECT_PRINTING flag to true.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

None

Programming Notes

None

Code Example

None