Windows mobile turn on/off phone, wifi, bluetooth?
如题:要使用哪些API?
3Q!
[解决办法]
Up
[解决办法]
Phone:lineOpen lineClose 等TAPI函数
bluetooth:BthGetMode BthSetMode
wifi:DevicePowerNotify("WLP1:", CEDEVICE_POWER_STATE.D0, 1)
DevicePowerNotify("WLP1:", CEDEVICE_POWER_STATE.D4, 1)
[解决办法]
up
[解决办法]
turn on/off 是指飞行模式么
[解决办法]
HRESULT ChangeRadioState(
RDD *pDev,
DWORD dwState
SAVEACTION sa
);
使用上面的API,我在我们项目的通讯管理上使用的就是这个API。