GetEmailSubject

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetEmailSubject (BlackIceDEVMODE* pDevMode, LPTSTR pStr, DWORD* pSize);

Description

Returns the subject of the predefined email.

Parameters

Input value pDevMode:       - pointer to the BlackIceDEVMODE structure.

Output value pStr                 - pointer to string to store the email subject.

Input/Output value pSize:   - pointer to size in bytes of the pStr parameter. If the size of the pStr is not enough the function returns FALSE and the pSize will contain the required size in bytes.

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None