ReactOS 0.4.15-dev-8093-g3285f69
_importinfo_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _importinfo_t:

Public Attributes

int offset
 
GUID guid
 
int flags
 
int id
 
charname
 
importlib_timportlib
 

Detailed Description

Definition at line 489 of file widltypes.h.

Member Data Documentation

◆ flags

int _importinfo_t::flags

Definition at line 492 of file widltypes.h.

Referenced by alloc_importinfo().

◆ guid

GUID _importinfo_t::guid

Definition at line 491 of file widltypes.h.

Referenced by alloc_importinfo().

◆ id

int _importinfo_t::id

Definition at line 493 of file widltypes.h.

Referenced by alloc_importinfo().

◆ importlib

importlib_t* _importinfo_t::importlib

Definition at line 497 of file widltypes.h.

Referenced by alloc_importinfo(), and encode_type().

◆ name

char* _importinfo_t::name

Definition at line 495 of file widltypes.h.

Referenced by alloc_importinfo().

◆ offset

int _importinfo_t::offset

Definition at line 490 of file widltypes.h.

Referenced by add_impl_type(), alloc_importinfo(), and encode_type().


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