LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

CVIAbsoluteTimeToFILETIME

CVIAbsoluteTimeToFILETIME

int CVIAbsoluteTimeToFILETIME (CVIAbsoluteTime absoluteTime, FILETIME *fileTime);

Purpose

Converts an absolute time value to a Windows FILETIME value.

(Linux) This function is not supported.

Parameters

Input
Name Type Description
absoluteTime CVIAbsoluteTime An absolute time value in National Instruments Binary Time Format.
Output
Name Type Description
fileTime FILETIME Value in Windows FILETIME time format. Refer to www.msdn.com for information about this time format. Note that this value is in Coordinated Universal Time (UTC).

Return Value

Name Type Description
status int Return value indicating whether the function was successful. A negative value indicates that an error occurred; 0 indicates the function was successful. Use the GetGeneralErrorString function to get a description of the error.

Additional Information

Library: Programmer's Toolbox

Include file: toolbox\toolbox.h

LabWindows/CVI compatibility: LabWindows/CVI 9.0 and later

Was this information helpful?