Home  /  Autodocs  /  datatypes.library

NAME

DoAsyncLayout
Call the DTM_ASYNCLAYOUT method on a separate process. (V39)

SYNOPSIS

retval = DoAsyncLayout (object, gpl);
d0 a0 a1

ULONG DoAsyncLayout (Object *, struct gpLayout *);

FUNCTION

This function triggers the DTM_ASYNCLAYOUT method of the given object asyncronously. The purpose of asyncronous method dispatch is to offload rendering from the input.device.

The DTM_ASYNCLAYOUT method must exit when SIGBREAKF_CTRL_C signal is set. This indicates that the data has become obsolete and the DTM_ASYNCLAYOUT method may be called again.

INPUTS

object
Pointer to the data types object.

gpl
Pointer to a gpLayout message.

RESULT



SEE ALSO