GA_getLicensedDevices
Returns the list of licensed device types for the license files
Declaration
N_uint32 * NAPI GA_getLicensedDevices(
ibool shared)
Prototype In
snap/graphics.h
Parameters
shared |
True if the device driver should be loaded into shared memory |
Return Value
List of licensed device types, NULL if not an OEM licensed product.
Description
This function can be used to get a numerical list of all licensed device types stored in the license file. This is used by control panel applets like the DDStereo control panel to determine what stereo glasses types are licensed by the OEM vendor. This list is always terminated with a value of 0x10101010.
Note: The array returned by this function lives in a temporary buffer that is reused. Hence the calling application should copy the returned array to a different buffer immediately after calling this function and before calling any other SNAP functions.
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com