Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class 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.
std::string context
 Specifies the context of detected incompatibility.
unsigned int expectedVersion
unsigned int detectedVersion


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:21:13 2005 for NVSGSDK by NVIDIA