ReactOS 0.4.15-dev-7924-g5949c20
handle_wrapper Struct Reference
Collaboration diagram for handle_wrapper:

Public Attributes

LONG ref
 
HGLOBAL hglobal
 
ULONG size
 
BOOL delete_on_release
 
CRITICAL_SECTION lock
 

Detailed Description

Definition at line 46 of file hglobalstream.c.

Member Data Documentation

◆ delete_on_release

BOOL handle_wrapper::delete_on_release

Definition at line 51 of file hglobalstream.c.

Referenced by handle_create().

◆ hglobal

HGLOBAL handle_wrapper::hglobal

Definition at line 49 of file hglobalstream.c.

Referenced by handle_create().

◆ lock

CRITICAL_SECTION handle_wrapper::lock

Definition at line 52 of file hglobalstream.c.

◆ ref

LONG handle_wrapper::ref

Definition at line 48 of file hglobalstream.c.

Referenced by HGLOBALStreamImpl_Release().

◆ size

ULONG handle_wrapper::size

Definition at line 50 of file hglobalstream.c.


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