SetHeaderFirstPageOnly

 

#include “BlackIceDEVMODE.h”

BOOL SetHeaderFirstPageOnly (BlackIceDEVMODE* pBlackIceDevMode, BOOL bFirstPageOnly);

 

Description

Sets that the Header is applied to the first page only or to all pages. Sets the value of the ‘Add Header to the first page only’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode  - pointer to the BlackIceDEVMODE structure.

BOOL bFirstPageOnly                    - If TRUE: The Header is applied to the first page only.

                                                              If FALSE: The Header is applied to all pages.

 

Return value:

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None