Delegate H5I.free_t
Function for freeing objects. This function will be called with an
object ID type number and a pointer to the object. The function
should free the object and return non-negative to indicate that
the object can be removed from the ID type. If the function returns
negative (failure) then the object will remain in the ID type.
Assembly: HDF.PInvoke.dll
Syntax
public delegate System.Int32 free_t(IntPtr obj);
Parameters
Type |
Name |
Description |
IntPtr |
obj |
|
Returns
Type |
Description |
System.Int32 |
|