SetFileNamePrefix

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

 

SetFileNamePrefix(fnamepref As String, pBlackIceDEVMODE As Long) As Boolean

 

Input value: fnamepref                    - File Name Prefix

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.