ReactOS 0.4.17-dev-934-g091855f
asyncdataloader Struct Reference
Collaboration diagram for asyncdataloader:

Public Attributes

ID3DX10DataLoader ID3DX10DataLoader_iface
 
union {
   struct {
      WCHAR *   path
 
   }   file
 
   struct {
      HMODULE   module
 
      HRSRC   rsrc
 
   }   resource
 
} u
 
void * data
 
DWORD size
 
ID3DX11DataLoader ID3DX11DataLoader_iface
 
union {
   struct {
      WCHAR *   path
 
   }   file
 
   struct {
      HMODULE   module
 
      HRSRC   rsrc
 
   }   resource
 
} u
 
SIZE_T size
 

Detailed Description

Definition at line 31 of file async.c.

Member Data Documentation

◆ data

void * asyncdataloader::data

Definition at line 47 of file async.c.

◆  [1/2]

struct { ... } asyncdataloader::file

Referenced by filedataloader_Load(), and load_file().

◆  [2/2]

struct { ... } asyncdataloader::file

◆ ID3DX10DataLoader_iface

ID3DX10DataLoader asyncdataloader::ID3DX10DataLoader_iface

Definition at line 33 of file async.c.

Referenced by impl_from_ID3DX10DataLoader().

◆ ID3DX11DataLoader_iface

ID3DX11DataLoader asyncdataloader::ID3DX11DataLoader_iface

Definition at line 28 of file async.c.

Referenced by impl_from_ID3DX11DataLoader().

◆ module

◆ path

WCHAR* asyncdataloader::path

Definition at line 39 of file async.c.

◆  [1/2]

struct { ... } asyncdataloader::resource

◆  [2/2]

struct { ... } asyncdataloader::resource

◆ rsrc

◆ size [1/2]

DWORD asyncdataloader::size

Definition at line 48 of file async.c.

◆ size [2/2]

SIZE_T asyncdataloader::size

Definition at line 43 of file async.c.

◆  [1/2]

union { ... } asyncdataloader::u

◆  [2/2]

union { ... } asyncdataloader::u

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