SetRedirectedPrintersCount

 

 

#include “BlackIceDEVMODE.h”

 

BOOL SetRedirectedPrintersCount(BlackIceDEVMODE* pDevMode, int iCount);

Description

Sets the number of printers to redirect.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

int iCount                                                       - Number of printers to redirect.

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None