본문 바로가기

Windows/MFC

make call sample

호출하면 dial windows 창이 나타난다.

[code]
BOOL DialNumber(void)
{
    LONG lResult;
    //lResult = tapiRequestMakeCall(gpszPhoneNum, NULL, NULL, NULL);
    lResult = tapiRequestMakeCall(L"01012341234", NULL, NULL, NULL);
    
    return (0 == lResult);
}
[/code]

Pocket PC: Pocket PC 2002 and later

Smartphone: Smartphone 2002 and later

OS Versions: Windows CE 3.0 and later

Header: astdtapi.h

Library: cellcore.lib

'Windows > MFC' 카테고리의 다른 글

wince 6.0 install  (0) 2013.10.02
Windows 7 phone e-book  (0) 2013.10.02
Sliverlight with C++  (0) 2013.10.02
Step by Step: Developing Orientation-Aware and Resolution-Aware Windows Mobile-based Applications in Native Code  (0) 2013.10.02
10us  (0) 2013.10.02