'\" t .\" Title: afNewFileSetup .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 03/06/2013 .\" Manual: \ \& .\" Source: Audio File Library 0.3.6 .\" Language: English .\" .TH "AFNEWFILESETUP" "3" "03/06/2013" "Audio File Library 0\&.3\&.6" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" afNewFileSetup \- create and initialize a new AFfilesetup structure .SH "SYNOPSIS" .sp .nf #include .fi .sp .nf AFfilesetup afNewFileSetup(void); .fi .SH "RETURN VALUE" .sp afNewFileSetup returns, upon success, a valid AFfilesetup structure\&. .sp Upon failure, afNewFileSetup returns a null AFfilesetup\&. This case should only occur when no memory is available\&. .SH "DESCRIPTION" .sp The opaque AFfilesetup structure returned by afNewFileSetup can be used to specify parameters for a file to be opened for writing by \fBafOpenFile\fR(3)\&. .SH "SEE ALSO" .sp \fBafOpenFile\fR(3) .SH "AUTHOR" .sp Michael Pruett