ReactOS 0.4.15-dev-7906-g1b85a5f
svprop.h File Reference

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_PROPERTIES   "properties"
 
#define FT_DEFINE_SERVICE_PROPERTIESREC(class_, set_property_, get_property_)
 

Typedefs

typedef FT_Error(* FT_Properties_SetFunc) (FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)
 
typedef FT_Error(* FT_Properties_GetFunc) (FT_Module module, const char *property_name, void *value)
 

Functions

 FT_DEFINE_SERVICE (Properties)
 

Macro Definition Documentation

◆ FT_DEFINE_SERVICE_PROPERTIESREC

#define FT_DEFINE_SERVICE_PROPERTIESREC (   class_,
  set_property_,
  get_property_ 
)
Value:
static const FT_Service_PropertiesRec class_ = \
{ \
set_property_, \
get_property_ \
};

Definition at line 50 of file svprop.h.

◆ FT_SERVICE_ID_PROPERTIES

#define FT_SERVICE_ID_PROPERTIES   "properties"

Definition at line 26 of file svprop.h.

Typedef Documentation

◆ FT_Properties_GetFunc

typedef FT_Error(* FT_Properties_GetFunc) (FT_Module module, const char *property_name, void *value)

Definition at line 35 of file svprop.h.

◆ FT_Properties_SetFunc

typedef FT_Error(* FT_Properties_SetFunc) (FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)

Definition at line 29 of file svprop.h.

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( Properties  )

Definition at line 41 of file svprop.h.

42 {
43 FT_Properties_SetFunc set_property;
45 };
static PropertyItem * get_property(IWICMetadataReader *reader, const GUID *guid, const WCHAR *prop_name)
Definition: image.c:3080
FT_Error(* FT_Properties_GetFunc)(FT_Module module, const char *property_name, void *value)
Definition: svprop.h:36
FT_Error(* FT_Properties_SetFunc)(FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)
Definition: svprop.h:30