Specifications

BHT_RF_GetInfoStr
Description
Read string from the communications parameter.
Syntax
DWORD BHT_RF_GetInfoStr (
DWORD dwType ,
TCHAR* pwchInfo )
Parameters
dwType
[in] Type of information to be read out
dwType Specification
P_APMAC_INFO MAC address of AP being linked
pwchInfo
[out] Heading address of the storage buffer for info read
Return value
Error code Meaning
ERROR_SUCCESS Successful completion
ERROR_DEV_NOT_EXIST No NIC device found.
ERROR_NOT_READY Device not ready.
ERROR_INVALID_PARAMETER
Parameter error
Storage address not specified.
129