GetCustomFilenameTemplate

Returns the template string of the custom file name. This method can be used only when the filename generation method is set to ‘Custom file naming’.

 

GetCustomFilenameTemplate (pBlackIceDEVMODE As Long) As String

 

Input value    - pointer to the BlackIceDEVMODE structure.

Return value - Custom filename template string. If any error occurs the return value is an empty string.

 

For the format of the template string please see the description of the SetCustomFilenameTemplate method.

 

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.