nyctergatis.com

Contact

Projects
Sysquake Remote Live
NME
PDF
Hike
Sudoku
GifBuilder
jpeglib for Palm OS
MySQL Client
Cross-GCC for Mac OS

NPWStdOutput.c File Reference

NPW write callback function based on stdio. More...

#include "NPWStdOutput.h"
#include <stdio.h>

Go to the source code of this file.


Functions

NPWErr NPWWriteStdOutput (NPWConstText str, NPWInt length, void *userData)
 Callback to write data to PDF file using stdio.

Detailed Description

NPW write callback function based on stdio.

Author:
Yves Piguet. Copyright 2008-2010, Yves Piguet.

Definition in file NPWStdOutput.c.


Function Documentation

NPWErr NPWWriteStdOutput ( NPWConstText  str,
NPWInt  length,
void *  userData 
)

Callback to write data to PDF file using stdio.

Should be installed with NPWSetWriteCallback, with userData set to the output file descriptor of type FILE*.

Parameters:
[in] str address of string
[in] length length of string in bytes
[in,out] userData output file descriptor (type FILE*)
Returns:
kNPWErrOk for success, else error code

Definition at line 12 of file NPWStdOutput.c.

Generated by Doxygen.
Copyright 2007-2010, Yves Piguet.
All rights reserved.