#include “BlackIceDEVMODE.h”
LPCTSTR GetImageFileName(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the FileImageName member of the BlackIceDEVMODE. Represents the value of the ‘Enter the filename’ edit box if the Filename Generation method is ‘Exact filename’.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
Image Filename (string)
Programming Notes
None
Code Example
None