Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
H5VL_file_get_args_t Struct Reference

#include <src/H5VLconnector.h>

+ Collaboration diagram for H5VL_file_get_args_t:

Data Fields

H5VL_file_get_t op_type
 
union { 
 
   struct { 
 
      H5VL_file_cont_info_t *   info 
 
   }   get_cont_info 
 
   struct { 
 
      hid_t   fapl_id 
 
   }   get_fapl 
 
   struct { 
 
      hid_t   fcpl_id 
 
   }   get_fcpl 
 
   struct { 
 
      unsigned long *   fileno 
 
   }   get_fileno 
 
   struct { 
 
      unsigned *   flags 
 
   }   get_intent 
 
   H5VL_file_get_name_args_t   get_name 
 
   struct { 
 
      unsigned   types 
 
      size_t *   count 
 
   }   get_obj_count 
 
   H5VL_file_get_obj_ids_args_t   get_obj_ids 
 
args 
 

Field Documentation

◆ [union]

union { ... } args

◆ count

size_t* count

◆ fapl_id

hid_t fapl_id

◆ fcpl_id

hid_t fcpl_id

◆ fileno

unsigned long* fileno

◆ flags

unsigned* flags

◆ [struct]

struct { ... } get_cont_info

◆ [struct]

struct { ... } get_fapl

◆ [struct]

struct { ... } get_fcpl

◆ [struct]

struct { ... } get_fileno

◆ [struct]

struct { ... } get_intent

◆ get_name

◆ [struct]

struct { ... } get_obj_count

◆ get_obj_ids

◆ info

◆ op_type

H5VL_file_get_t op_type

◆ types

unsigned types

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