#include “BlackIceDEVMODE.h”
BOOL GetTextStampPresetName (BlackIceDEVMODE* pBlackIceDevMode, int iIndex, LPTSTR pStr, DWORD* dwSize);
Description
Retrieves the name of the specified Text Stamp or Watermark.
Parameters
BlackIceDEVMODE* pDevMode |
- pointer to the BlackIceDEVMODE structure. |
Int iIndex |
- the index of the Stamp/Watermark |
LPTSTR pStr |
- buffer for the name |
DWORD* dwSize |
- pointer to variable that contains the length of pStr in bytes. |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None