Platform SDK: TAPI

LINEREQMEDIACALL

The LINEREQMEDIACALL structure describes a request initiated by a call to the lineGetRequest function.

typedef struct linereqmediacall_tag{
  HWND        hWnd;
  WPARAM      wRequestID;
  char        szDeviceClass[TAPIMAXDEVICECLASSSIZE];
  unsigned char   ucDeviceID[TAPIMAXDEVICEIDSIZE];
  DWORD       dwSize;
  DWORD       dwSecure;
  char        szDestAddress[TAPIMAXDESTADDRESSSIZE];
  char        szAppName[TAPIMAXAPPNAMESIZE];
  char        szCalledParty[TAPIMAXCALLEDPARTYSIZE];
  char        szComment[TAPIMAXCOMMENTSIZE];
} LINEREQMEDIACALL, FAR *LPLINEREQMEDIACALL;

Members

hWnd
Handle to the window of the application which made the request.
wRequestID
Identifier of the request. Used to match an asynchronous response.
szDeviceClass[TAPIMAXDEVICECLASSSIZE]
The device class required to fill the request.
ucDeviceID[TAPIMAXDEVICEIDSIZE]
The device identifier.
dwSize
Size in bytes of this structure.
dwSecure
TBD
szDestAddress[TAPIMAXDESTADDRESSSIZE]
Destination address.
szAppName[TAPIMAXAPPNAMESIZE]
Name of application which made the request.
szCalledParty[TAPIMAXCALLEDPARTYSIZE]
Called party name.
szComment[TAPIMAXCOMMENTSIZE]
Comment buffer.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
  Windows 95/98: Requires Windows 95 or later.
  Version: Requires TAPI 2.0 or later.
  Header: Declared in Tapi.h.

See Also

lineGetRequest