Share via


PH_MAKEPHONECALL_PARAMETERS (Windows Embedded CE 6.0)

1/6/2010

Structure used in conjunction with PHMakePhoneCall.

Syntax

typedef struct _PH_MAKEPHONECALL_PARAMETERS{
    DWORD   StructSize;               // Struct size in bytes
    DWORD   Flags;                    // Flags
    WCHAR   DestAddress[MAX_PATH];     
    WCHAR   ApplicationName[MAX_PATH];  
    WCHAR   CalledParty[MAX_PATH]; 
    WCHAR   Comment[MAX_PATH];     
} PH_MAKEPHONECALL_PARAMETERS;

Members

  • StructSize
    [in] Struct size in bytes.
  • Flags
    [in] Make Phone Call flags, such as MPCF_DEFAULT.
  • DestAddress[MAX_PATH]
    [in] Destination target, the number or URI of who we want to call.
  • ApplicationName[MAX_PATH]
    [in] Application name.
  • CalledParty[MAX_PATH]
    [in] Name of called party.
  • Comment[MAX_PATH]
    [in] Optional. Comments.

Remarks

Note

This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.

Requirements

Header phoneapi.hpp
Library PhCommon.dll
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

PhCommon Structures
PhCommon Reference