You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// @brief Creates an IPC handler, which is used to open IPC handles.
56
+
/// @param ops [in] instance of umf_memory_provider_ops_t.
57
+
/// @param params [in] pointer to provider specific parameters. This is the same stucture that is used to create a memory provider. But some fileds may be ignored. See your memory provider documentation for details.
58
+
/// @param ipcHandler [out] handle to the newly created IPC handler.
59
+
/// @return UMF_RESULT_SUCCESS on success or appropriate error code on failure.
60
+
/// @details this function is should be used if user only want to open IPC handles,
61
+
/// and do not need a memory pool, to allocate memory on client side.
0 commit comments