#include “BlackIceDEVMODE.h”
BOOL GetXMLImageFormat (BlackIceDEVMODE* pDevMode, DWORD* dwImageFormat);
Description
Returns the Image format used for the editable XML output.
Possible values returned in dwImageFormat:
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 - pointer to the variable, will contain the image format
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None