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