Sets the FileImageName member of the BlackIceDEVMODE. Sets the value of the 'File Image Name' edit box if Filename Generation method is ‘Exact filename’.
SetImageFileName(filename As String, pBlackIceDEVMODE As Long) As Boolean
Input value: filename - Exact Filename
Input value: pBlackIceDEVMODE - handle to the BlackIceDEVMODE.
Return value - TRUE if the member was successfully set, otherwise FALSE.
NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.