MBFakeScanErrorCallback


C Specification

#include <nitro/mb/mb_fake_child.h>

typedef struct
{
    u16 apiid;
    u16 errcode;
} MBFakeScanErrorCallback;
    

Description

This structure is for posting the cause when a communication error is generated during scanning for multiboot parents.

Arguments

apiid Wireless APIID for the error.
errcode Error code for the cause of the error.

Return Values

None.

See Also

MB_FakeStartScanParent, WMApiid, WMErrCode

Revision History

11/25/2004 Initial version.