XvInit()(3X) — Subroutines
NAME
XvInit — initializes an HP VUE client.
SYNOPSIS
#include <Xv/Init.h> Boolean XvInit(display, name)
Display∗display;
char∗name;
ARGUMENTS
displaySpecifies the display where the application is running.
∗nameSpecifies the name of the application, typically argv[0]. This is used to identify error messages.
DESCRIPTION
Initialize an HP VUE client. Uses the default Xt app-context created by XtInitialize.
RETURN VALUE
Returns TRUE if the client is sucessfully initialized, FALSE otherwise.
ORIGIN
Hewlett-Packard Company