Enum H5F.close_degree_t
Flags that control the behavior of H5F.close()
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public enum close_degree_t : int
Fields
| Name | Description |
|---|---|
| DEFAULT | Use the degree pre-defined by underlining VFL [value = 0]. |
| SEMI | if no opened objects, file is close; otherwise, file close fails [value = 2]. |
| STRONG | if there are opened objects, close them first, then close file [value = 3]. |
| WEAK | file closes only after all opened objects are closed [value = 1]. |