Information about the application that opened the virtual COM port.
struct FTVSPC_APP {
DWORD dwPid[32];
CHAR cAppPath[MAX_PATH];
WCHAR wcAppPath[MAX_PATH];
};
dwPid
Application process ID.
cAppPath
ASCIIZ string containing the path to the application.
wcAppPath
UNICODE string containing the path to the application.