MB_FakeSetCStateCallback


C Specification

#include <nitro/mb/mb_fake_child.h>

void MB_FakeSetCStateCallback(MBCommCStateCallbackFunc callback);
    

Description

This function sets the callback function that sends notification of the status of processes when the MB_FakeEntryToParent function begins a connection to a parent, and when the MB_FakeEnd function ends the multiboot process.

Arguments

callback Pointer to the callback function that sends the entry state to the parent.

Return Values

None.

See Also

MB_FakeEntryToParent, MB_FakeEnd

Revision History

11/25/2004 Initial version.