clsid 40 source4/lib/com/com.h struct IUnknown *com_class_by_clsid(struct com_context *ctx, const struct GUID *clsid); clsid 41 source4/lib/com/com.h NTSTATUS com_register_running_class(struct GUID *clsid, const char *progid, struct IUnknown *p); clsid 46 source4/lib/com/com.h WERROR com_create_object(struct com_context *ctx, struct GUID *clsid, int num_ifaces, struct GUID *iid, struct IUnknown **ip, WERROR *results); clsid 47 source4/lib/com/com.h WERROR com_get_class_object(struct com_context *ctx, struct GUID *clsid, struct GUID *iid, struct IUnknown **ip); clsid 53 source4/lib/com/dcom/dcom.h WERROR dcom_create_object(struct com_context *ctx, struct GUID *clsid, const char *server, int num_ifaces, struct GUID *iid, struct IUnknown ***ip, WERROR *results); clsid 54 source4/lib/com/dcom/dcom.h WERROR dcom_get_class_object(struct com_context *ctx, struct GUID *clsid, const char *server, struct GUID *iid, struct IUnknown **ip); clsid 66 source4/lib/com/dcom/dcom.h NTSTATUS dcom_register_marshal(struct GUID *clsid, marshal_fn marshal, unmarshal_fn unmarshal); clsid 72 source4/lib/com/dcom/dcom.h marshal_fn dcom_marshal_by_clsid(struct GUID *clsid); clsid 73 source4/lib/com/dcom/dcom.h unmarshal_fn dcom_unmarshal_by_clsid(struct GUID *clsid); clsid 249 source4/lib/com/dcom/main.c WERROR dcom_create_object(struct com_context *ctx, struct GUID *clsid, const char *server, int num_ifaces, struct GUID *iid, struct IUnknown ***ip, WERROR *results) clsid 60 source4/lib/com/dcom/tables.c NTSTATUS dcom_register_marshal(struct GUID *clsid, marshal_fn marshal, unmarshal_fn unmarshal) clsid 71 source4/lib/com/dcom/tables.c _PUBLIC_ marshal_fn dcom_marshal_by_clsid(struct GUID *clsid) clsid 82 source4/lib/com/dcom/tables.c _PUBLIC_ unmarshal_fn dcom_unmarshal_by_clsid(struct GUID *clsid) clsid 37 source4/lib/com/main.c WERROR com_create_object(struct com_context *ctx, struct GUID *clsid, int num_ifaces, struct GUID *iid, struct IUnknown **ip, WERROR *results) clsid 80 source4/lib/com/main.c WERROR com_get_class_object(struct com_context *ctx, struct GUID *clsid, struct GUID *iid, struct IUnknown **ip) clsid 36 source4/lib/com/tables.c static struct IUnknown *get_com_class_running(const struct GUID *clsid) clsid 52 source4/lib/com/tables.c static struct IUnknown *get_com_class_so(TALLOC_CTX *mem_ctx, const struct GUID *clsid) clsid 78 source4/lib/com/tables.c struct IUnknown *com_class_by_clsid(struct com_context *ctx, const struct GUID *clsid) clsid 98 source4/lib/com/tables.c NTSTATUS com_register_running_class(struct GUID *clsid, const char *progid, struct IUnknown *p)