AIFOConversionInfoCollector Struct Reference
Specify as the info
value in the AIFOConversionOptions
passed to AIFOConversionSuite::ConvertToNative()
, to provide information about the conversion process to a callback.
More...
#include <AIFOConversion.h>
List of all members.
Public Attributes |
AIConversionInfoProc | proc |
| The callback procedure you have defined to act on the collected information.
|
void * | data |
| A pointer to developer-defined data that is passed back to the callback.
|
Detailed Description
Specify as the info
value in the AIFOConversionOptions
passed to AIFOConversionSuite::ConvertToNative()
, to provide information about the conversion process to a callback.
Member Data Documentation
A pointer to developer-defined data that is passed back to the callback.
The callback procedure you have defined to act on the collected information.
NULL
if no information desired.
The documentation for this struct was generated from the following file: