SetFileNamePrefix

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetFileNamePrefix(LPCWSTR fnamepref, BlackIceDEVMODE* pDevMode);

Description

Sets the FileNamePrefix member of the BlackIceDEVMODE. Sets the value of the 'File Name Prefix' edit box.

Parameters

LPCWSTR fnamepref                                 - File Name Prefix (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