summaryrefslogblamecommitdiffstats
path: root/src_native/win/proxy_util_w23/proxy_util_w32.h
blob: 381b1e95a93706b3fefd97a1b1feeb43fbca513f (plain) (tree)

















































                                                                                                                      
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_btr_proxy_search_desktop_win_Win32ProxyUtils */

#ifndef _Included_com_btr_proxy_search_desktop_win_Win32ProxyUtils
#define _Included_com_btr_proxy_search_desktop_win_Win32ProxyUtils
#ifdef __cplusplus
extern "C" {
#endif

/*****************************************************************************
 * Class:     com_btr_proxy_search_desktop_win_Win32ProxyUtils
 * Method:    winHttpDetectAutoProxyConfigUrl
 * Signature: (I)Ljava/lang/String;
 ****************************************************************************/

JNIEXPORT jstring JNICALL Java_com_btr_proxy_search_desktop_win_Win32ProxyUtils_winHttpDetectAutoProxyConfigUrl
  (JNIEnv *, jobject, jint);

/*****************************************************************************
 * Class:     com_btr_proxy_search_desktop_win_Win32ProxyUtils
 * Method:    winHttpGetDefaultProxyConfiguration
 * Signature: ()Ljava/lang/String;
 ****************************************************************************/

JNIEXPORT jstring JNICALL Java_com_btr_proxy_search_desktop_win_Win32ProxyUtils_winHttpGetDefaultProxyConfiguration
  (JNIEnv *, jobject);

/*****************************************************************************
 * Class:     com_btr_proxy_search_desktop_win_Win32ProxyUtils
 * Method:    WinHttpGetIEProxyConfigForCurrentUser
 * Signature: ()Lcom/btr/proxy/search/desktop/win/Win32IESettings;
 ****************************************************************************/

JNIEXPORT jobject JNICALL Java_com_btr_proxy_search_desktop_win_Win32ProxyUtils_winHttpGetIEProxyConfigForCurrentUser
(JNIEnv *, jobject);

/*****************************************************************************
 * Class:     com_btr_proxy_search_desktop_win_Win32ProxyUtils
 * Method:    readUserHomedir
 * Signature: ()Ljava/lang/String;
 ****************************************************************************/

JNIEXPORT jstring JNICALL Java_com_btr_proxy_search_desktop_win_Win32ProxyUtils_readUserHomedir
(JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif