#include “BlackIceDEVMODE.h”
BOOL SetFileExtension(LPCWSTR fnameext, BlackIceDEVMODE* pDevMode);
Description
Sets the FileExtension member of the BlackIceDEVMODE. Sets the value of the 'File Name Extension' edit box.
Parameters
LPCWSTR fnameext - File Name Extension (string)
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the member was successfully set, otherwise FALSE.
Programming Notes
None
Code Example
None