ReactOS 0.4.15-dev-7842-g558ab78
mapiform.h File Reference
#include <mapidefs.h>
#include <mapicode.h>
#include <mapiguid.h>
#include <mapitags.h>
Include dependency graph for mapiform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define HFRMREG_DEFAULT   0
 
#define HFRMREG_LOCAL   1
 
#define HFRMREG_PERSONAL   2
 
#define HFRMREG_FOLDER   3
 

Typedefs

typedef ULONG HFRMREG
 
typedef const char ** LPPCSTR
 

Functions

HRESULT WINAPI MAPIOpenLocalFormContainer (LPVOID *)
 

Macro Definition Documentation

◆ HFRMREG_DEFAULT

#define HFRMREG_DEFAULT   0

Definition at line 29 of file mapiform.h.

◆ HFRMREG_FOLDER

#define HFRMREG_FOLDER   3

Definition at line 32 of file mapiform.h.

◆ HFRMREG_LOCAL

#define HFRMREG_LOCAL   1

Definition at line 30 of file mapiform.h.

◆ HFRMREG_PERSONAL

#define HFRMREG_PERSONAL   2

Definition at line 31 of file mapiform.h.

Typedef Documentation

◆ HFRMREG

typedef ULONG HFRMREG

Definition at line 28 of file mapiform.h.

◆ LPPCSTR

typedef const char** LPPCSTR

Definition at line 34 of file mapiform.h.

Function Documentation

◆ MAPIOpenLocalFormContainer()

HRESULT WINAPI MAPIOpenLocalFormContainer ( LPVOID ppfcnt)

Definition at line 179 of file mapi32_main.c.

180{
181 if (mapiFunctions.MAPIOpenLocalFormContainer)
182 return mapiFunctions.MAPIOpenLocalFormContainer(ppfcnt);
183
184 FIXME("(%p) Stub\n", ppfcnt);
185 return E_FAIL;
186}
#define FIXME(fmt,...)
Definition: debug.h:111
#define E_FAIL
Definition: ddrawi.h:102
MAPI_FUNCTIONS mapiFunctions
Definition: util.c:49