AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
current_context.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 #ifndef INCLUDED_UNO_CURRENT_CONTEXT_H
4 #define INCLUDED_UNO_CURRENT_CONTEXT_H
5 
6 #include "cppu/cppudllapi.h"
7 #include "rtl/ustring.h"
8 
9 #ifdef __cplusplus
10 extern "C"
11 {
12 #endif
13 
25  void ** ppCurrentContext,
26  rtl_uString * pEnvDcp, void * pEnvContext )
28 
37  void * pCurrentContext,
38  rtl_uString * pEnvDcp, void * pEnvContext )
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif
46 
47 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
unsigned char sal_Bool
Definition: types.h:18
CPPU_DLLPUBLIC void SAL_THROW_EXTERN_C()
This method is called to wait for a reply of a previously sent request.
CPPU_DLLPUBLIC sal_Bool uno_setCurrentContext(void *pCurrentContext, rtl_uString *pEnvDcp, void *pEnvContext) SAL_THROW_EXTERN_C()
Sets the current task's context.
CPPU_DLLPUBLIC sal_Bool uno_getCurrentContext(void **ppCurrentContext, rtl_uString *pEnvDcp, void *pEnvContext) SAL_THROW_EXTERN_C()
Gets the current task's context.
#define CPPU_DLLPUBLIC
Definition: cppudllapi.h:11