From mint-bounce@lists.fishpool.fi  Sat May  7 12:31:25 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
X-Envelope-From: Gerhard_Stoll@b.maus.de
X-Envelope-To: <mint@fishpool.com>
From: Gerhard_Stoll@b.maus.de (Gerhard Stoll)
To: mint@fishpool.com
Subject: [MiNT] VDI information
Message-ID: <200505070931.p45098@b.maus.de>
In-Reply-To: <1115400974.5712.43.camel@fedora>
Date: Sat, 7 May 2005 09:31:00 +0200
Organization: MAUS Berlin (+49-30-82701142)
X-Gateway: b3.maus.de gb1.1r 102698.1858
X-Gateway-Administrator: postmaster@b3.maus.de
Lines: 35
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: Gerhard_Stoll@b.maus.de
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-0.8 tagged_above=-50.5 required=7.0 tests=AWL,
 BAYES_00
X-Spam-Level: 

OS> v_create_driver_info(), v_delete_driver_info()

There is no docu about this function, only what I send to this list.

What I find out is that if call you pdlg_create WDialog will do this
(pseudocode):
-------------------------------cut-------------------------------
for ( i = 21; i < 100; i ++ )
{
  vq_ext_devinfo ( hnd, i, dev_exists, ... );
  if ( dev_exists )
  {
    v_create_driver_info ( hnd, i );
    .
    .
    .
  }
  if ( i == 60 )
  	i =70;
}
-------------------------------cut-------------------------------


OS> v_opnprn

With this function is you can open an printer driver with use the structure
PRN_SETTINGS (from WDialog). I saw the binding first in the docu from NVDI 5,
but the description find you in the doc from NVDI 4.1x (1996-11-27).

OS> complete nvdi documentation

There is no complete doc, like all other operating systems.

Gerhard


