Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

nvutil::PlugInCallback::IncompatibleFileInfo Struct Reference

Information structure used for error PICE_INCOMPATIBLE_FILE. More...

#include <PlugInCallback.h>

List of all members.

Public Attributes

std::string file
 Specifies the name of the file that was detected to be incompatible. More...

std::string context
 Specifies the context of detected incompatibility. More...

unsigned int expectedVersion
 Specifies the expected version. The high-order 16-bits specify the major version; the low-order 16-bits specify the compatibility level. More...

unsigned int detectedVersion
 Specifies the detected version. The high-order 16-bits specify the major version; the low-order 16-bits specify the compatibility level. More...


Detailed Description

Information structure used for error PICE_INCOMPATIBLE_FILE.


Member Data Documentation

std::string nvutil::PlugInCallback::IncompatibleFileInfo::file
 

Specifies the name of the file that was detected to be incompatible.

std::string nvutil::PlugInCallback::IncompatibleFileInfo::context
 

Specifies the context of detected incompatibility.

unsigned int nvutil::PlugInCallback::IncompatibleFileInfo::expectedVersion
 

Specifies the expected version. The high-order 16-bits specify the major version; the low-order 16-bits specify the compatibility level.

unsigned int nvutil::PlugInCallback::IncompatibleFileInfo::detectedVersion
 

Specifies the detected version. The high-order 16-bits specify the major version; the low-order 16-bits specify the compatibility level.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 1 13:20:45 2005 for NVSGSDK by NVIDIA