Go to the source code of this file.
|
SU_EXPORT void | SUInitialize () |
| Initializes the slapi interface. Must be called before calling any other API function. More...
|
|
SU_EXPORT void | SUTerminate () |
| Signals termination of use of the slapi interface. Must be called when done using API functions. More...
|
|
SU_EXPORT void | SUGetAPIVersion (size_t *major, size_t *minor) |
| Returns the major and minor API version numbers. More...
|
|
SU_EXPORT void SUGetAPIVersion |
( |
size_t * |
major, |
|
|
size_t * |
minor |
|
) |
| |
Returns the major and minor API version numbers.
- Parameters
-
[out] | major | The major version number retrieved. |
[out] | minor | The minor version number retrieved. |
SU_EXPORT void SUInitialize |
( |
| ) |
|
Initializes the slapi interface. Must be called before calling any other API function.
SU_EXPORT void SUTerminate |
( |
| ) |
|
Signals termination of use of the slapi interface. Must be called when done using API functions.