IBM Books

Image, Audio, and Video Extenders Administration and Programming

DBiPrepareAttrs


Image Audio Video
X    

Prepares user-supplied image attributes. This API is used when an image object with user-supplied attributes is stored or updated. The UDF code that runs on the server always expects data in "big endian"format, a format that is used by most UNIX platforms. If an image object is stored or updated in "little endian" format, that is, from a non-UNIX client, the DBiPrepare API must be used before the store or update request is made.

Authorization

None

Library file
OS/2 and Windows AIX, HP-UX, and Solaris
dmbimage.lib libdmbimage.a (AIX)

libdmbimage.sl (HP-UX)

libdmbimage.so (Solaris)

Include file

dmbimage.h

Syntax

void DBiPrepareAttrs(
      MMDBImageAttrs *imgAttr
      );

Parameters

imgAttr (in)
The user-supplied attributes of the image.

Examples

Prepare user-supplied image attributes:

#include <dmbimage.h>
 
DBiPrepareAttrs(&imgattr);


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]