comparison cinst/windowsstore.h @ 142:52993db093f4

merged.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 24 Mar 2014 16:06:50 +0100
parents 4904fe01055d
children a4b1c77f3e6a
comparison
equal deleted inserted replaced
141:f5fa39347366 142:52993db093f4
1 #ifdef WIN32
2 #ifndef WINDOWSSTORE_H
3 #define WINDOWSSTORE_H
4
5 #include <windows.h>
6 #include <wincrypt.h>
7 /** @brief Install certificates into Windows store
8 *
9 * @param [in] to_install NULL terminated array of base64 encoded certificates.
10 * @param [in] user_store set to True if the certificates should be installed
11 * only for the current user. O for system wide installation.
12 * @returns 0 on success an errorcode otherwise.
13 */
14 int install_certificates_win(const char **to_install, int user_store)
15
16 #endif // WINDOWSSTORE_H
17 #endif // WIN32

http://wald.intevation.org/projects/trustbridge/