GVM User Suite
User tools for the GVM open source project.
Data Fields
RmFreeRes Struct Reference

Resource Deallocator. More...

#include <types.h>

Data Fields

uint32_t hRoot
 Client for deallocation of the object. More...
 
uint32_t hObjectParent
 Parent to deallocate the object. More...
 
uint32_t hObjectOld
 Object to deallocate. More...
 
uint32_t status
 Status regarding execution. More...
 

Detailed Description

Resource Deallocator.

Structure to free a resource.

Definition at line 89 of file types.h.

Field Documentation

◆ hObjectOld

uint32_t RmFreeRes::hObjectOld

Object to deallocate.

Definition at line 92 of file types.h.

◆ hObjectParent

uint32_t RmFreeRes::hObjectParent

Parent to deallocate the object.

Definition at line 91 of file types.h.

◆ hRoot

uint32_t RmFreeRes::hRoot

Client for deallocation of the object.

Definition at line 90 of file types.h.

◆ status

uint32_t RmFreeRes::status

Status regarding execution.

Definition at line 93 of file types.h.


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