SetImageFileName

#include “BlackIceDEVMODE.h”

 

BOOL            SetImageFileName(LPCWSTR filename, BlackIceDEVMODE* pDevMode);

Description

Sets the FileImageName member of the BlackIceDEVMODE. Sets the value of the 'File Image Name' edit box if the Filename Generation method is ‘Exact filename’.

Parameters

LPCWSTR filename                                    - Exact Filename (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