XMP Toolkit SDK  6.0.0
WXMP_Result Struct Reference

#include <WXMP_Common.hpp>

Public Member Functions

 WXMP_Result ()
 

Public Attributes

XMP_StringPtr errMessage
 
void * ptrResult
 
double floatResult
 
XMP_Uns64 int64Result
 
XMP_Uns32 int32Result
 

Detailed Description

Definition at line 28 of file WXMP_Common.hpp.

Constructor & Destructor Documentation

◆ WXMP_Result()

WXMP_Result::WXMP_Result ( )
inline

Definition at line 34 of file WXMP_Common.hpp.

Member Data Documentation

◆ errMessage

XMP_StringPtr WXMP_Result::errMessage

Definition at line 29 of file WXMP_Common.hpp.

◆ floatResult

double WXMP_Result::floatResult

Definition at line 31 of file WXMP_Common.hpp.

◆ int32Result

XMP_Uns32 WXMP_Result::int32Result

Definition at line 33 of file WXMP_Common.hpp.

◆ int64Result

XMP_Uns64 WXMP_Result::int64Result

Definition at line 32 of file WXMP_Common.hpp.

◆ ptrResult

void* WXMP_Result::ptrResult

Definition at line 30 of file WXMP_Common.hpp.


The documentation for this struct was generated from the following file:
WXMP_Result::ptrResult
void * ptrResult
Definition: WXMP_Common.hpp:30
WXMP_Result::floatResult
double floatResult
Definition: WXMP_Common.hpp:31
WXMP_Result::errMessage
XMP_StringPtr errMessage
Definition: WXMP_Common.hpp:29
WXMP_Result::int32Result
XMP_Uns32 int32Result
Definition: WXMP_Common.hpp:33
WXMP_Result::int64Result
XMP_Uns64 int64Result
Definition: WXMP_Common.hpp:32