GDGetGDLObjStart

Syntax

#include <revolution/gd.h>

void* GDGetGDLObjStart( const GDLObj* dl );

Arguments

dl Pointer to a graphics display list object.

Return Values

Pointer to the start of the memory buffer associated with dl.

Description

This function returns a pointer to the memory buffer associated with the specified graphics display list object. The actual display list data is or will be stored in the memory buffer.

This function is similar to the GDGetCurrStart function. But this function is different because it is used for the specified GDLObj and not the current GDLObj.

See Also

GDInitGDLObj, GDGetGDLObjLength, GDGetCurrStart

Revision History

2006/03/01 Initial version.


CONFIDENTIAL