Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

XvAppInit()(3X)  —  Subroutines

NAME

XvAppInit — initializes an HP VUE client. 

SYNOPSIS

#include <Xv/Init.h> void XvAppInit(appContext, display, name)

XtAppContext appContext;
Display∗display;
char∗name;

ARGUMENTS

appContext
The application context obtained from XtCreateApplicationContext. 

displayThe X server display. 

nameName used to invoke this application, typically argv[0].  This is used to identify error messages. 

DESCRIPTION

Initialize an HP VUE client in the specified application context.  Note that multiple app-contexts are not supported. 

RETURN VALUE

Returns TRUE if the client is successfully initialized, FALSE otherwise. 

ORIGIN

Hewlett-Packard Company

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026