GDGetCurrStart

Syntax

#include <revolution/gd.h>

void* GDGetCurrStart();

Arguments

None.

Return Values

Pointer to the start of the memory buffer associated with the current GDLObj.

Description

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

This function is similar to the GDGetGDLObjStart function. The only difference is that this function is used for the current GDLObj, not a specified GDLObj.

See Also

GDInitGDLObj, GDGetCurrLength, GDGetGDLObjStart

Revision History

2006/03/01 Initial version.


CONFIDENTIAL