Partager via


PHONE_CREATE (TAPI) (Windows CE 5.0)

Send Feedback

This message is sent to inform applications of the creation of a new phone device.

PHONE_CREATEhPhone = (HPHONE) hPhoneDev;dwCallbackInstance = (DWORD) 0;dwParam1 = (DWORD) idDevice;dwParam2 = (DWORD) 0;dwParam3 = (DWORD) 0;

Parameters

  • hPhone
    Not used by this message. Value is NULL.
  • dwCallbackInstance
    Not used by this message. Value is NULL.
  • dwParam1
    hDeviceID of the newly created device.
  • dwParam2
    Not used by this message. Value is NULL.
  • dwParam3
    Not used by this message. Value is NULL.

Return Values

None.

Remarks

Applications supporting TAPI 1.4 or later are sent a PHONE_CREATE message. This informs them of the existence of the new device and its new device identifier. The application can then choose whether or not to attempt working with the new device at its leisure.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.

See Also

PHONE_STATE (TAPI)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.