AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
crc.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 
4 #ifndef INCLUDED_RTL_CRC_H
5 #define INCLUDED_RTL_CRC_H
6 
7 #include "sal/config.h"
8 
9 #include "sal/saldllapi.h"
10 #include "sal/types.h"
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
25 SAL_DLLPUBLIC sal_uInt32 SAL_CALL rtl_crc32 (
26  sal_uInt32 Crc,
27  const void *Data, sal_uInt32 DatLen
29 
30 #ifdef __cplusplus
31 }
32 #endif
33 
34 #endif // INCLUDED_RTL_CRC_H
35 
36 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SAL_DLLPUBLIC sal_uInt32 rtl_crc32(sal_uInt32 Crc, const void *Data, sal_uInt32 DatLen) SAL_THROW_EXTERN_C()
Evaluate CRC32 over given data.
CPPU_DLLPUBLIC void SAL_THROW_EXTERN_C()
This method is called to wait for a reply of a previously sent request.
#define SAL_DLLPUBLIC
Definition: saldllapi.h:14