Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mapiadmin_init(debian) [debian man page]

libmapiadmin/libmapiadmin.h(3)					   libmapiadmin 				    libmapiadmin/libmapiadmin.h(3)

NAME
libmapiadmin/libmapiadmin.h - Structures for MAPI admin functions. SYNOPSIS
#include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <stdint.h> #include <talloc.h> #include <ldb.h> #include <tevent.h> #include 'libmapi/libmapi.h' Data Structures struct mapiadmin_ctx MAPI admin function context. Functions struct mapiadmin_ctx * mapiadmin_init (struct mapi_session *) Create and initialise a mapiadmin_ctx structure. enum MAPISTATUS mapiadmin_release (struct mapiadmin_ctx *) Clean up a mapiadmin_ctx structure. enum MAPISTATUS mapiadmin_user_add (struct mapiadmin_ctx *) Add a user to Active Directory. enum MAPISTATUS mapiadmin_user_del (struct mapiadmin_ctx *) Delete a user from Active Directory. enum MAPISTATUS mapiadmin_user_extend (struct mapiadmin_ctx *) Extend user attributes to be Exchange user. Detailed Description Structures for MAPI admin functions. Function Documentation struct mapiadmin_ctx* mapiadmin_init (struct mapi_session *session) [read] Create and initialise a mapiadmin_ctx structure. You should use mapiadmin_release to clean up the mapiadmin_ctx structure when done. enum MAPISTATUS mapiadmin_release (struct mapiadmin_ctx *mapiadmin_ctx) Clean up a mapiadmin_ctx structure. The structure is assumed to have been allocated using mapiadmin_init() or equivalent code. Author Generated automatically by Doxygen for libmapiadmin from the source code. Version 1.0 Sat Jun 14 2014 libmapiadmin/libmapiadmin.h(3)

Check Out this Related Man Page

qbipc_common.h(3)						       libqb							 qbipc_common.h(3)

NAME
qbipc_common.h - SYNOPSIS
#include <stdint.h> Data Structures struct qb_ipc_request_header struct qb_ipc_response_header Macros #define QB_IPC_MSG_NEW_MESSAGE 0 #define QB_IPC_MSG_USER_START QB_IPC_MSG_NEW_MESSAGE #define QB_IPC_MSG_AUTHENTICATE -1 #define QB_IPC_MSG_NEW_EVENT_SOCK -2 #define QB_IPC_MSG_DISCONNECT -3 Enumerations enum qb_ipc_type { QB_IPC_SOCKET, QB_IPC_SHM, QB_IPC_POSIX_MQ, QB_IPC_SYSV_MQ, QB_IPC_NATIVE } Functions struct qb_ipc_request_header __attribute__ ((aligned(8))) Variables enum qb_ipc_type __attribute__ Macro Definition Documentation #define QB_IPC_MSG_AUTHENTICATE -1 #define QB_IPC_MSG_DISCONNECT -3 #define QB_IPC_MSG_NEW_EVENT_SOCK -2 #define QB_IPC_MSG_NEW_MESSAGE 0 #define QB_IPC_MSG_USER_START QB_IPC_MSG_NEW_MESSAGE Enumeration Type Documentation enum qb_ipc_type Enumerator QB_IPC_SOCKET QB_IPC_SHM QB_IPC_POSIX_MQ QB_IPC_SYSV_MQ QB_IPC_NATIVE Function Documentation struct qb_ipc_request_header __attribute__ ((aligned(8))) Variable Documentation int32_t error __attribute__ Author Generated automatically by Doxygen for libqb from the source code. Version 0.16.0 Tue Jun 17 2014 qbipc_common.h(3)
Man Page

5 More Discussions You Might Find Interesting

1. Solaris

boot log files

Hello, I am working on a liveupgrade bash-2.05# lustatus Boot Environment Is Active Active Can Copy Name Complete Now On Reboot Delete Status -------------------------- -------- ------ --------- ------ ---------- first_disk ... (2 Replies)
Discussion started by: zafyil
2 Replies

2. UNIX for Dummies Questions & Answers

Production Directory Structures

We (our company) has just purchased a new IBM unix machine. We have been doing some research and have found that it is NOT a good idea to put your own in-house-written applications under the existing file folders such as /usr or /bin ect. Instead you should place these applications in directories... (7 Replies)
Discussion started by: jbrubaker
7 Replies

3. Shell Programming and Scripting

Create a flat file and directory structure

Hi All, is there any work around to generate the file and directory structure like below at left side at Output? and exclude all file except .abc .txt Current Directory structure |-------------files |---------------Share |-----------------dir1 |-----------------dir2... (11 Replies)
Discussion started by: heros
11 Replies

4. UNIX for Advanced & Expert Users

Active Directory with 6.1

Is there anyone who is utilizing Active Directory (2008R2) for AIX user account management? If yes or if AD is possible with AIX systems, can you please share what to be done to get there? Please advise. (1 Reply)
Discussion started by: Daniel Gate
1 Replies

5. Solaris

Join Solaris 11 server to Active Directory using smbadm?

We are having a hard time joining our organizations Active Directory using this guide. Keep getting hit with syntax and authentication errors. Has anyone here joined a Solaris 11 to an Active Directory using smbadm as detailed in this example? I understand that the example I cited is mainly... (0 Replies)
Discussion started by: LittleLebowski
0 Replies