SetXMLImageFormat

 

 

#include “BlackIceDEVMODE.h”

 

BOOL             SetXMLImageFormat (BlackIceDEVMODE* pDevMode, DWORD dwImageFormat);

Description

Sets the Image format used for the editable XML output.

Available values:

 

BLF_XML_IMAGE_FORMAT_PNG        (0)

BLF_XML_IMAGE_FORMAT_JPEG      (1)

BLF_XML_IMAGE_FORMAT_GIF          (2)

BLF_XML_IMAGE_FORMAT_BMP        (3)

Parameters

BlackIceDEVMODE* pDevMode            - pointer to the BlackIceDEVMODE structure.

DWORD dwImageFormat                         - the new image format

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None