#include “BlackIceDEVMODE.h”
BOOL SetFileFormat(DWORD fileformat, BlackIceDEVMODE* pDevMode);
Description
Sets the Format member of the BlackIceDEVMODE. Sets the value of the 'File Format' combo box.
Parameters
DWORD fileformat - File Format (DWORD number).
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the member was successfully set, otherwise FALSE.
Programming Notes
See details on file format list at Description of the INI file values
Code Example
None