Delegate H5O.mcdt_search_cb_t
Callback to invoke when completing the search for a matching committed datatype from the committed dtype list
Namespace: HDF.PInvoke
Assembly: HDF.PInvoke.dll
Syntax
public delegate H5O.mcdt_search_ret_t mcdt_search_cb_t(IntPtr op_data);
Parameters
Type | Name | Description |
---|---|---|
IntPtr | op_data | Pointer to user-defined input data. |
Returns
Type | Description |
---|---|
H5O.mcdt_search_ret_t | Returns one of the values.
|