|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "wbemcli.h"#include "winsvc.h"#include "wine/debug.h"#include "wbemprox_private.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (wbemprox) | |
| static UINT | map_error (DWORD error) |
| static HRESULT | control_service (const WCHAR *name, DWORD control, VARIANT *retval) |
| HRESULT | service_pause_service (IWbemClassObject *obj, IWbemClassObject *in, IWbemClassObject **out) |
| HRESULT | service_resume_service (IWbemClassObject *obj, IWbemClassObject *in, IWbemClassObject **out) |
| static HRESULT | start_service (const WCHAR *name, VARIANT *retval) |
| HRESULT | service_start_service (IWbemClassObject *obj, IWbemClassObject *in, IWbemClassObject **out) |
| HRESULT | service_stop_service (IWbemClassObject *obj, IWbemClassObject *in, IWbemClassObject **out) |
Definition at line 54 of file service.c.
Referenced by service_pause_service(), service_resume_service(), and service_stop_service().
Definition at line 35 of file service.c.
Referenced by control_service(), ldap_add_ext_sW(), ldap_add_extW(), ldap_add_sW(), ldap_bind_sW(), ldap_compare_ext_sW(), ldap_compare_extW(), ldap_compare_sW(), ldap_create_sort_controlW(), ldap_create_vlv_controlW(), ldap_delete_ext_sW(), ldap_delete_extW(), ldap_delete_sW(), ldap_extended_operation_sW(), ldap_extended_operationW(), ldap_get_optionW(), ldap_modify_ext_sW(), ldap_modify_extW(), ldap_modify_sW(), ldap_modrdn2_sW(), ldap_modrdn_sW(), ldap_parse_extended_resultW(), ldap_parse_referenceW(), ldap_parse_resultW(), ldap_parse_sort_controlW(), ldap_parse_vlv_controlW(), ldap_rename_ext_sW(), ldap_rename_extW(), ldap_sasl_bind_sW(), ldap_sasl_bindW(), ldap_search_ext_sW(), ldap_search_extW(), ldap_search_stW(), ldap_search_sW(), ldap_set_optionW(), ldap_simple_bind_sW(), ldap_start_tls_sW(), start_service(), WLDAP32_ldap_abandon(), WLDAP32_ldap_unbind(), and WLDAP32_ldap_unbind_s().
| HRESULT service_pause_service | ( | IWbemClassObject * | obj, |
| IWbemClassObject * | in, | ||
| IWbemClassObject ** | out | ||
| ) |
Definition at line 79 of file service.c.
Referenced by fill_service().
| HRESULT service_resume_service | ( | IWbemClassObject * | obj, |
| IWbemClassObject * | in, | ||
| IWbemClassObject ** | out | ||
| ) |
Definition at line 124 of file service.c.
Referenced by fill_service().
| HRESULT service_start_service | ( | IWbemClassObject * | obj, |
| IWbemClassObject * | in, | ||
| IWbemClassObject ** | out | ||
| ) |
Definition at line 193 of file service.c.
Referenced by fill_service().
| HRESULT service_stop_service | ( | IWbemClassObject * | obj, |
| IWbemClassObject * | in, | ||
| IWbemClassObject ** | out | ||
| ) |
Definition at line 238 of file service.c.
Referenced by fill_service().
Definition at line 169 of file service.c.
Referenced by service_process(), and service_start_service().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wbemprox | ) |