#include “BlackIceDEVMODE.h”
BOOL GetFooterText (BlackIceDEVMODE* pBlackIceDevMode, LPTSTR pStr, DWORD* dwSize);
Description
Retrieves the text of the Footer. If pStr is NULL and dwSize points to a 0 value, the required buffer size will be returned in *pSize.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPTSTR pStr - buffer for the Footer text
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