Query: pack_fopen_vtable
OS: netbsd
Section: 3alleg4
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pack_fopen_vtable(3alleg4) Allegro manual pack_fopen_vtable(3alleg4)NAMEpack_fopen_vtable - Allegro game programming library.SYNOPSIS#include <allegro.h> PACKFILE *pack_fopen_vtable(const PACKFILE_VTABLE *vtable, void *userdata);DESCRIPTIONCreates a new packfile structure that uses the functions specified in the vtable instead of the standard functions. The data pointer by `vtable' and `userdata' must remain available for the lifetime of the created packfile. While the created packfile structure can be used with other Allegro functions, there are two limitations. First, opening chunks using pack_fopen_chunk() on top of the returned packfile is not possible at this time. And packfile_password() does not have any effect on pack- files opened with pack_fopen_vtable().RETURN VALUEOn success, it returns a pointer to a PACKFILE structure, and on error it returns NULL and stores an error code in `errno'.SEE ALSOpack_fopen(3alleg4), pack_fopen_chunk(3alleg4), packfile_password(3alleg4), expackf(3alleg4) Allegro version 4.4.2 pack_fopen_vtable(3alleg4)
Related Man Pages |
---|
pack_fopen_vtable(3alleg4) - debian |
expackf(3alleg4) - opendarwin |
pack_fopen_vtable(3alleg4) - netbsd |
pack_fopen_vtable(3alleg4) - opendarwin |
pack_fopen_vtable(3alleg4) - v7 |
Similar Topics in the Unix Linux Community |
---|
sorting left-justified numeric values |
Memory Leaks |
Better to Use Return Code or wc -l Output? |
RFC - Korn shell prompt |
Grandpa returning to UNIX |