[Previous] [Contents] [Index] [Next]

PhDCGetCurrent()

Get the current draw context

Synopsis:

PhDrawContext_t *PhDCGetCurrent( void );

Description:

This function returns a pointer to the currently active draw context, which may be a print context, memory context, or draw context.

Returns:

A pointer to the currently active draw context.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhDCSetCurrent()


[Previous] [Contents] [Index] [Next]