Rizin
unix-like reverse engineering framework and cli tools
_INTERLOCK_SEQ Struct Reference

#include <windows_heap.h>

Public Attributes

union {
   WORD   Depth
 
   union {
      union {
         WORD   Hint: 15
 
         WORD   Lock: 1
 
      } 
 
      WORD   Hint16
 
   } 
 
   INT32   Exchg
 
}; 
 

Detailed Description

Definition at line 103 of file windows_heap.h.

Member Data Documentation

◆ 

union { ... }

◆ Depth

WORD _INTERLOCK_SEQ::Depth

Definition at line 105 of file windows_heap.h.

◆ Exchg

INT32 _INTERLOCK_SEQ::Exchg

Definition at line 113 of file windows_heap.h.

◆ Hint

WORD _INTERLOCK_SEQ::Hint

Definition at line 108 of file windows_heap.h.

◆ Hint16

WORD _INTERLOCK_SEQ::Hint16

Definition at line 111 of file windows_heap.h.

◆ Lock

WORD _INTERLOCK_SEQ::Lock

Definition at line 109 of file windows_heap.h.


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