wisdom
Loading...
Searching...
No Matches
WisQueryStructHeader Struct Reference

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisQueryStructHeader {
WisQueryPropertyType property_type;
void* next_in_chain;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct QueryStructHeader {
wis::QueryPropertyType property_type;
void* next_in_chain;
};
}

Members


  • property_type specifies the type of the queried property. Used to determine what struct is passed.
  • next_in_chain indicates pointer to the next queried data struct.

Description


See Also