From c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 Sep 2008 02:27:33 +0200 Subject: More changes getting WMI code to compile, import manual marshalling. --- source4/librpc/ndr/ndr_wmi.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source4/librpc/ndr/ndr_wmi.h (limited to 'source4/librpc/ndr/ndr_wmi.h') diff --git a/source4/librpc/ndr/ndr_wmi.h b/source4/librpc/ndr/ndr_wmi.h new file mode 100644 index 0000000000..0dbf3844ba --- /dev/null +++ b/source4/librpc/ndr/ndr_wmi.h @@ -0,0 +1,6 @@ +typedef const char *CIMSTRING; +enum ndr_err_code ndr_pull_WbemClassObject_Object(struct ndr_pull *ndr, int ndr_flags, struct WbemClassObject *r); +enum ndr_err_code ndr_pull_WbemClassObject(struct ndr_pull *ndr, int ndr_flags, struct WbemClassObject *r); +enum ndr_err_code ndr_push_WbemClassObject(struct ndr_push *ndr, int ndr_flags, const struct WbemClassObject *r); +enum ndr_err_code ndr_pull_CIMSTRING(struct ndr_pull *ndr, int ndr_flags, CIMSTRING *r); +enum ndr_err_code ndr_push_CIMSTRING(struct ndr_push *ndr, int ndr_flags, const CIMSTRING *r); -- cgit