ReactOS 0.4.15-dev-7953-g1f49173
msi_handle_info_t Struct Reference
Collaboration diagram for msi_handle_info_t:

Public Attributes

BOOL remote
 
union {
   MSIOBJECTHDR *   obj
 
   MSIHANDLE   rem
 
u
 
DWORD dwThreadId
 

Detailed Description

Definition at line 58 of file handle.c.

Member Data Documentation

◆ dwThreadId

DWORD msi_handle_info_t::dwThreadId

Definition at line 65 of file handle.c.

Referenced by MsiCloseHandle().

◆ obj

MSIOBJECTHDR* msi_handle_info_t::obj

Definition at line 62 of file handle.c.

Referenced by MsiCloseHandle(), and msihandle2msiinfo().

◆ rem

MSIHANDLE msi_handle_info_t::rem

Definition at line 63 of file handle.c.

Referenced by alloc_handle_table_entry(), and msi_get_remote().

◆ remote

BOOL msi_handle_info_t::remote

Definition at line 60 of file handle.c.

Referenced by MsiCloseHandle().

◆ 

union { ... } msi_handle_info_t::u

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