Process Hacker
mxml_node_s Struct Reference

#include <mxml.h>

Data Fields

mxml_type_t type
 
struct mxml_node_snext
 
struct mxml_node_sprev
 
struct mxml_node_sparent
 
struct mxml_node_schild
 
struct mxml_node_slast_child
 
mxml_value_t value
 
int ref_count
 
void * user_data
 

Detailed Description

Definition at line 147 of file mxml.h.

Field Documentation

struct mxml_node_s* child

Definition at line 153 of file mxml.h.

struct mxml_node_s* last_child

Definition at line 154 of file mxml.h.

struct mxml_node_s* next

Definition at line 150 of file mxml.h.

struct mxml_node_s* parent

Definition at line 152 of file mxml.h.

struct mxml_node_s* prev

Definition at line 151 of file mxml.h.

int ref_count

Definition at line 156 of file mxml.h.

Definition at line 149 of file mxml.h.

void* user_data

Definition at line 157 of file mxml.h.

mxml_value_t value

Definition at line 155 of file mxml.h.


The documentation for this struct was generated from the following file: