when I build a console application, I saw the build
message in Pass 2:
Finished pass 1
Discarded "long __cdecl WRAPIEnumerateDevices(struct
WRAPI_NDIS_DEVICE * *,long *)" (?
WRAPIEnumerateDevices@@YAJPAPAUWRAPI_NDIS_DEVICE@@PAJ@Z)
from WRAPI.lib(WRAPI.dll)
Discarded "long __cdecl WRAPIOpenNdisDevice(unsigned
short *)" (?WRAPIOpenNdisDevice@@YAJPAG@Z) from WRAPI.lib
(WRAPI.dll)
Discarded "long __cdecl WRAPIGetSSId(unsigned char
*)" (?WRAPIGetSSId@@YAJPAE@Z) from WRAPI.lib(WRAPI.dll)
Discarded "long __cdecl WRAPISetSSId(unsigned char
*,unsigned long &)" (?WRAPISetSSId@@YAJPAEAAK@Z) from
WRAPI.lib(WRAPI.dll)
Discarded "long __cdecl WRAPIGetRTSThreshold(unsigned
long *)" (?WRAPIGetRTSThreshold@@YAJPAK@Z) from WRAPI.lib
(WRAPI.dll)
Discarded "long __cdecl WRAPIGetAssociatedAP(unsigned
char * const)" (?WRAPIGetAssociatedAP@@YAJQAE@Z) from
WRAPI.lib(WRAPI.dll)
Discarded "long __cdecl WRAPIGetPacketStats(struct
DOT_11_STATS *)" (?
WRAPIGetPacketStats@@YAJPAUDOT_11_STATS@@@Z) from
WRAPI.lib(WRAPI.dll)
Discarded "long __cdecl WRAPIGetAPList(struct AP_DATA
* *,long *)" (?WRAPIGetAPList@@YAJPAPAUAP_DATA@@PAJ@Z)
from WRAPI.lib(WRAPI.dll)
what does it mean?thank for response.