imaqSetWindowTitle

NI Vision for LabWindows/CVI Function

imaqSetWindowTitle

Usage

int imaqSetWindowTitle(int windowNumber, const char* title);

Purpose

Sets the title of an image window.

Parameters

Name

Type

Description

windowNumber int The window number of the image window.
title const char* The new title of the window. This parameter is required and cannot be NULL.

Return Value

Type

Description

int On success, this function returns a non-zero value. On failure, this function returns 0. To get extended error information, call imaqGetLastError().