ReactOS 0.4.15-dev-7953-g1f49173
_importlib_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _importlib_t:

Public Attributes

charname
 
int version
 
GUID guid
 
importinfo_timportinfos
 
int ntypeinfos
 
int allocated
 
struct list entry
 

Detailed Description

Definition at line 500 of file widltypes.h.

Member Data Documentation

◆ allocated

int _importlib_t::allocated

Definition at line 509 of file widltypes.h.

◆ entry

struct list _importlib_t::entry

Definition at line 511 of file widltypes.h.

◆ guid

GUID _importlib_t::guid

Definition at line 504 of file widltypes.h.

◆ importinfos

importinfo_t* _importlib_t::importinfos

Definition at line 506 of file widltypes.h.

◆ name

char* _importlib_t::name

Definition at line 501 of file widltypes.h.

Referenced by encode_type().

◆ ntypeinfos

int _importlib_t::ntypeinfos

Definition at line 507 of file widltypes.h.

◆ version

int _importlib_t::version

Definition at line 503 of file widltypes.h.


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