GA_registerLicense

Registers a linkable library license with the library.

Declaration

int NAPI GA_registerLicense(
    uchar *license,
    N_int32 shared)

Prototype In

snap/graphics.h

Parameters

license

Pointer to the binary license to register

shared

True if the device driver should be loaded into shared memory

 

Return Value

True on success, false on failure.

Description

This function is used to register a linkable library license with the graphics library. This is provided for software vendors who have purchased a linkable library license to use and distribute the graphics device support library with their custom application software. Simply pass in a pointer to the binary license structure that was provided to you by a SciTech Software sales representative.

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com