MBFakeScanErrorCallback

Definitions

#include <nitro/mb/mb_fake_child.h>
typedef struct
{
u16         apiid;
u16         errcode;
} MBFakeScanErrorCallback;

Arguments

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

Description

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

See Also

MB_FakeStartScanParent, WMApiid, WMErrCode

Revision History

11/25/2004 Initial version.