GetRedirectedPrintersCount

 

 

#include “BlackIceDEVMODE.h”

 

BOOL GetRedirectedPrintersCount(BlackIceDEVMODE* pDevMode, int* iCount);

Description

Returns the number of printers to redirect.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

int* iCount                                                     - This value contains the number of printers to redirect.

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None