PhoneMakeCall

This function dials the specified phone number.

LONG PhoneMakeCall(
PHONEMAKECALLINFO *ppmci);

Parameters

  • ppmci
    Pointer to the PHONEMAKECALLINFO structure that contains the information related to the call to be placed.

Return Values

Value Description
Non-zero The function was not successful.
Zero The function was successful.

Remarks

This function must be called in order to initiate a phone call.

When a second call is placed while a call is still active, the first call is automatically placed on hold while the second call takes place.

Requirements

Smartphone Platforms: Smartphone 2002 and later
OS Versions:
Header: phone.h
Library: phone.lib

See Also

PHONEMAKECALLINFO

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.