ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wbemcli.h"
#include "iads.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 HRESULT | to_byte_array (void *data, DWORD size, VARIANT *var) |
static HRESULT | get_sd (SECURITY_DESCRIPTOR **sd, DWORD *size) |
HRESULT | security_get_sd (IWbemClassObject *obj, IWbemClassObject *in, IWbemClassObject **out) |
HRESULT | security_set_sd (IWbemClassObject *obj, IWbemClassObject *in, IWbemClassObject **out) |
#define COBJMACROS |
Definition at line 21 of file security.c.
|
static |
Definition at line 61 of file security.c.
Referenced by AddPrinterW(), security_get_sd(), and SetPrinterW().
HRESULT security_get_sd | ( | IWbemClassObject * | obj, |
IWbemClassObject * | in, | ||
IWbemClassObject ** | out | ||
) |
Definition at line 132 of file security.c.
HRESULT security_set_sd | ( | IWbemClassObject * | obj, |
IWbemClassObject * | in, | ||
IWbemClassObject ** | out | ||
) |
Definition at line 187 of file security.c.
Definition at line 35 of file security.c.
Referenced by security_get_sd().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wbemprox | ) |