ReactOS 0.4.16-dev-205-g7b2bb7e
|
#include <widltypes.h>
Public Attributes | |
char * | name |
int | version |
GUID | guid |
importinfo_t * | importinfos |
int | ntypeinfos |
int | allocated |
struct list | entry |
Definition at line 500 of file widltypes.h.
int _importlib_t::allocated |
Definition at line 509 of file widltypes.h.
Definition at line 511 of file widltypes.h.
GUID _importlib_t::guid |
Definition at line 504 of file widltypes.h.
importinfo_t* _importlib_t::importinfos |
Definition at line 506 of file widltypes.h.
char* _importlib_t::name |
Definition at line 501 of file widltypes.h.
Referenced by encode_type().
int _importlib_t::ntypeinfos |
Definition at line 507 of file widltypes.h.
int _importlib_t::version |
Definition at line 503 of file widltypes.h.