ReactOS 0.4.16-dev-250-g3ecd236
|
#include <widltypes.h>
Public Attributes | |
int | offset |
GUID | guid |
int | flags |
int | id |
char * | name |
importlib_t * | importlib |
Definition at line 489 of file widltypes.h.
int _importinfo_t::flags |
Definition at line 492 of file widltypes.h.
Referenced by alloc_importinfo().
GUID _importinfo_t::guid |
Definition at line 491 of file widltypes.h.
Referenced by alloc_importinfo().
int _importinfo_t::id |
Definition at line 493 of file widltypes.h.
Referenced by alloc_importinfo().
importlib_t* _importinfo_t::importlib |
Definition at line 497 of file widltypes.h.
Referenced by alloc_importinfo(), and encode_type().
char* _importinfo_t::name |
Definition at line 495 of file widltypes.h.
Referenced by alloc_importinfo().
int _importinfo_t::offset |
Definition at line 490 of file widltypes.h.
Referenced by add_impl_type(), alloc_importinfo(), and encode_type().