#include “BlackIceDEVMODE.h”
LPCWSTR GetCustomFilenameTemplate (BlackIceDEVMODE* pDevMode);
Description
Returns the template string of the custom file name. This function can be used only when the filename generation method is set to ‘Custom file naming’.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
Pointer to the custom filename template string. If any error occurs the return value is an empty string.
Programming Notes
For the format of the template string please see the description of the SetCustomFilenameTemplate function.
Code Example
None