Retrieves information about the program version and license type.
BOOL FtVspcGetInfo( FTVSPC_INFO *lpInfo );
lpInfo
[out] A pointer to FTVSPC_INFO structure that retrieves information. unVspcInfoSize must be initialized before call.
If the function succeeds, the return value is nonzero. Use FtVspcGetLastError to get the error code (FtVspc_ErrorCode).
| ftvspcErrorFailed | 1 | The operation has not been completed. |
|---|---|---|
| ftvspcErrorInvalidParameter | 2 | Invalid parameter. |
ANSI version is available for Win32 only.