MP_GetPluginOidList - get a list of the object IDs
cc [ flag... ] file... -lMPAPI [ library... ] #include <mpapi.h> MP_STATUS MP_GetPluginOidList(MP_OID_LIST **ppList);
ppList
The MP_GetPluginOidList() function returns a list of the object IDs of all currently loaded plugins. The returned list is guaranteed to not contain any duplicate entries.
When the caller is finished using the list it must free the memory used by the list by calling MP_FreeOidList(3MPAPI).
MP_STATUS_INVALID_PARAMETER
MP_STATUS_SUCCESS
MP_STATUS_FAILED
MP_STATUS_INSUFFICIENT_MEMORY
See attributes(5) for descriptions of the following attributes:
|
libMPAPI(3LIB), MP_FreeOidList(3MPAPI), MP_GetPluginProperties(3MPAPI), attributes(5)
Multipath Management API Version 1.0
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |