#include “BlackIceDEVMODE.h”
LPCTSTR GetFileNamePrefix(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the FileNamePrefix member of the BlackIceDEVMODE. Represents the value of the 'File Name Prefix' edit box.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
File Name Prefix (string)
Programming Notes
None
Code Example
None