#include “BlackIceDEVMODE.h”
BOOL DeleteTextStampPreset (BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR szName);
Description
Deletes the specified preset from the Text Stamp/Watermark list.
Parameters
BlackIceDEVMODE* pDevMode |
- pointer to the BlackIceDEVMODE structure. |
LPCTSTR szName |
- name of the preset to delete |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None