ReactOS 0.4.15-dev-7942-gd23573b
_xobject Struct Reference

#include <d3dxof_private.h>

Collaboration diagram for _xobject:

Public Attributes

BOOL binary
 
struct _xobjectptarget
 
char name [MAX_NAME_LEN]
 
GUID class_id
 
GUID type
 
LPBYTE pdata
 
ULONG pos_data
 
DWORD size
 
ULONG nb_members
 
xobject_member members [MAX_MEMBERS]
 
ULONG nb_children
 
ULONG nb_subobjects
 
struct _xobjectchildren [MAX_CHILDREN]
 
struct _xobjectroot
 

Detailed Description

Definition at line 68 of file d3dxof_private.h.

Member Data Documentation

◆ binary

BOOL _xobject::binary

Definition at line 69 of file d3dxof_private.h.

◆ children

struct _xobject* _xobject::children[MAX_CHILDREN]

Definition at line 81 of file d3dxof_private.h.

◆ class_id

GUID _xobject::class_id

Definition at line 72 of file d3dxof_private.h.

◆ members

xobject_member _xobject::members[MAX_MEMBERS]

Definition at line 78 of file d3dxof_private.h.

◆ name

char _xobject::name[MAX_NAME_LEN]

Definition at line 71 of file d3dxof_private.h.

◆ nb_children

ULONG _xobject::nb_children

Definition at line 79 of file d3dxof_private.h.

◆ nb_members

ULONG _xobject::nb_members

Definition at line 77 of file d3dxof_private.h.

◆ nb_subobjects

ULONG _xobject::nb_subobjects

Definition at line 80 of file d3dxof_private.h.

◆ pdata

LPBYTE _xobject::pdata

Definition at line 74 of file d3dxof_private.h.

◆ pos_data

ULONG _xobject::pos_data

Definition at line 75 of file d3dxof_private.h.

◆ ptarget

struct _xobject* _xobject::ptarget

Definition at line 70 of file d3dxof_private.h.

◆ root

struct _xobject* _xobject::root

Definition at line 82 of file d3dxof_private.h.

◆ size

DWORD _xobject::size

Definition at line 76 of file d3dxof_private.h.

◆ type

GUID _xobject::type

Definition at line 73 of file d3dxof_private.h.


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