C
crino
I've to turn on the phone is it's off
so i use:
LONG WINAPI lineSetEquipmentState(
HLINE hLine,
DWORD dwState
);
but when i call lineSetEquipmentState with 5 as dwState the phone
switch on but it can't find the service!?
if i enable PIN in option all works correctly!?
Any clues??
so i use:
LONG WINAPI lineSetEquipmentState(
HLINE hLine,
DWORD dwState
);
but when i call lineSetEquipmentState with 5 as dwState the phone
switch on but it can't find the service!?
if i enable PIN in option all works correctly!?
Any clues??