/mcpStructure Details typedef struct lineappinfo_tag { DWORD dwMachineNameSize; DWORD dwMachineNameOffset; DWORD dwUserNameSize; DWORD dwUserNameOffset; DWORD dwModuleFilenameSize; DWORD dwModuleFilenameOffset; DWORD dwFriendlyNameSize; DWORD dwFriendlyNameOffset; DWORD dwMediaModes; DWORD dwAddressID; } LINEAPPINFO, *LPLINEAPPINFO; Members Values Members Size (bytes) and offset from beginning of LINEDEVSTATUS of a string that specifies the name of the computer on which the application is executing. dwMachineNameSize dwMachineNameOffset Size (bytes) and offset from beginning of LINEDEVSTATUS of a string that specifies the user name under whose account the application is running. dwUserNameSize dwUserNameOffset Size (bytes) and offset from beginning of LINEDEVSTATUS of a string that specifies the module filename of the application. You can use this string in a call to lineHandoff to perform a directed handoff to the application. dwModuleFilenameSize dwModuleFilenameOffset Size (bytes) and offset from beginning of LINEDEVSTATUS of the string that the application provides to lineInitialize or lineInitializeEx, which should be used in any display of applications to the user. dwFriendlyNameSize dwFriendlyNameOffset The media types for which the application has requested ownership of new calls; zero if the line dwPrivileges did not include LINECALLPRIVILEGE_OWNER when it opened. dwMediaModes If the line handle that was opened by using LINEOPENOPTION_SINGLEADDRESS contains the address identifier that is specified, set to 0xFFFFFFFF if the single address option was not used. An address identifier permanently associates with an address; the identifier remains constant across operating system upgrades. dwAddressID Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 230 Basic TAPI Implementation LINEAPPINFO