LINEAPPINFO
typedef struct lineappinfo_tag {
} LINEAPPINFO, FAR *LPLINEAPPINFO;
DWORD dwMachineNameSize;
DWORD dwMachineNameOffset;
DWORD dwUserNameSize;
DWORD dwUserNameOffset;
DWORD dwModuleFilenameSize;
DWORD dwModuleFilenameOffset;
DWORD dwFriendlyNameSize;
DWORD dwFriendlyNameOffset;
DWORD dwMediaModes;
DWORD dwAddressID;
Members
dwMachineNameSize
dwMachineNameOffset
Size in bytes
and offset from the beginning of LINEDEVSTATUS54R1YX5 of a string specifying the name of the
computer on which the application is executing.
dwUserNameSize
dwUserNameOffset
Size in bytes
and offset from the beginning of LINEDEVSTATUS of a string specifying
the username under whose account the application is running.
dwModuleFilenameSize
dwModuleFilenameOffset
Size in bytes
and offset from the beginning of LINEDEVSTATUS of a string specifying
the module filename of the application. This string may be used in a call to lineHandoff
to perform a directed handoff to the application.
dwFriendlyNameSize
dwFriendlyNameOffset
Size in bytes
and offset from the beginning of LINEDEVSTATUS of the string provided by
the application to lineInitialize or lineInitializeEx, which
should be used in any display of applications to the user.
dwMediaModes
The media
modes for which the application has requested ownership of new calls; 0 if when
it opened the line dwPrivileges did not include LINECALLPRIVILEGE_OWNER.
dwAddressID
If the line
handle was opened using LINEOPENOPTION_SINGLEADDRESS, contains the address ID
specified; set to 0xFFFFFFFF if the single address option was not used.