GetHeaderFirstPageOnly

 

#include “BlackIceDEVMODE.h”

BOOL GetHeaderFirstPageOnly(BlackIceDEVMODE* pBlackIceDevMode, BOOL* bFirstPageOnly); 

 

Description

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

Parameters

BlackIceDEVMODE* pDevMode  - pointer to the BlackIceDEVMODE structure.

BOOL bFirstPageOnly                    - pointer to the variable that contains the state

                                                            of the  ‘Add Header to the first page only’ option:

- 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