ReactOS 0.4.15-dev-8612-g0707475
|
Public Attributes | |
BOOL | remote |
union { | |
MSIOBJECTHDR * obj | |
MSIHANDLE rem | |
} | u |
DWORD | dwThreadId |
DWORD msi_handle_info_t::dwThreadId |
Definition at line 65 of file handle.c.
Referenced by MsiCloseHandle().
MSIOBJECTHDR* msi_handle_info_t::obj |
Definition at line 62 of file handle.c.
Referenced by MsiCloseHandle(), and msihandle2msiinfo().
MSIHANDLE msi_handle_info_t::rem |
Definition at line 63 of file handle.c.
Referenced by alloc_handle_table_entry(), and msi_get_remote().
BOOL msi_handle_info_t::remote |
Definition at line 60 of file handle.c.
Referenced by MsiCloseHandle().
union { ... } msi_handle_info_t::u |
Referenced by alloc_handle_table_entry(), msi_get_remote(), MsiCloseHandle(), and msihandle2msiinfo().