#include “BlackIceDEVMODE.h”
BOOL IsGenerateTextInMemoryEnabled(BlackIceDEVMODE* pBlackIceDevMode)
Description
Returns TRUE, if the Text output is generated in memory and passed using Message Capture, FALSE if it is written into an output file.
Parameters
Input value - pointer to the BlackIceDEVMODE structure
Return value
TRUE if the Text output is generated in memory, FALSE otherwise.
Programming Notes
None
Code Example
None