[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    NAME
        InitRequester -- Initialize a requester structure.

    SYNOPSIS
        InitRequester( requester )
                       A0

        VOID InitRequester( struct requester * );

    FUNCTION
        Initializes a requester for general use.  After calling InitRequester,
        you need fill in only those requester values that fit your needs.
        The other values are set to NULL--or zero--states.

        Note that the example in the early versions of the Intuition
        Reference Manual is flawed because the requester structure is
        initialized BEFORE InitRequester is called.  Be sure to
        perform your initialization AFTER calling InitRequester.

    INPUTS
        requester = a pointer to a requester structure

    RESULT
        None

    BUGS
        Since the publication of the first Intuition Manual to this
        day, most people haven't used this function, and for
        compatibility reasons, we'll never be able to assume that
        they do.  Thus, this function is useless.

    SEE ALSO