ReactOS 0.4.16-dev-1948-gd260c1d
_importinfo_t Struct Reference

#include <widltypes.h>

Collaboration diagram for _importinfo_t:

Public Attributes

int offset
 
struct uuid guid
 
int flags
 
int id
 
charname
 
importlib_timportlib
 

Detailed Description

Definition at line 583 of file widltypes.h.

Member Data Documentation

◆ flags

int _importinfo_t::flags

Definition at line 586 of file widltypes.h.

Referenced by alloc_importinfo().

◆ guid

struct uuid _importinfo_t::guid

Definition at line 585 of file widltypes.h.

Referenced by alloc_importinfo().

◆ id

int _importinfo_t::id

Definition at line 587 of file widltypes.h.

Referenced by alloc_importinfo().

◆ importlib

importlib_t* _importinfo_t::importlib

Definition at line 591 of file widltypes.h.

Referenced by alloc_importinfo(), and encode_type().

◆ name

char* _importinfo_t::name

Definition at line 589 of file widltypes.h.

Referenced by alloc_importinfo().

◆ offset

int _importinfo_t::offset

Definition at line 584 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: