RTPDF-32
PDF Generator Library for RTOS-32
Functions
init.c File Reference
#include "stdafx.h"

Functions

BOOL FillPdfDevData (LPPDFINFO pdev, PDEVMODE pdm)
 
void RTPdfEnd (LPPDFINFO pdev)
 Clear all memory allocated while creating a PDF file and free the PDFINFO structure. More...
 
LPPDFINFO RTPdfInit ()
 Allocate memory and initialize a PDFINFO structure. More...
 

Function Documentation

◆ FillPdfDevData()

BOOL FillPdfDevData ( LPPDFINFO  pdev,
PDEVMODE  pdm 
)

◆ RTPdfEnd()

void RTPdfEnd ( LPPDFINFO  pdev)

Clear all memory allocated while creating a PDF file and free the PDFINFO structure.

Parameters
pdevPointer to PDFINFO structure returned by RTPdfInit

◆ RTPdfInit()

LPPDFINFO RTPdfInit ( )

Allocate memory and initialize a PDFINFO structure.

Returns
LPPDFINFO Pointer to allocated PDFINFO structure