librpc/idl: Add idl for WSP and also some required helper functions.
authorNoel Power <noel.power@suse.com>
Wed, 3 Dec 2014 10:56:18 +0000 (10:56 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:38 +0000 (22:23 +0000)
commitd766729cc2ddc805ea4eca6b8d08e03149aaced5
tree6b74f2bd1eb2f777573bad50126259d6e2ebfe40
parent180f25f7bb2d89c8da0aa09797f35cd76c40bf7b
librpc/idl: Add idl for WSP and also some required helper functions.

Represent the message data, structures and constants to do with the
WSP (Windows Search Protocol) as idl.

(see: https://msdn.microsoft.com/en-us/library/cc251767.aspx)

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/wscript_build
librpc/idl/wsp.idl [new file with mode: 0644]
librpc/idl/wsp_data.idl [new file with mode: 0644]
librpc/wscript_build
librpc/wsp/wsp_helper.c [new file with mode: 0644]
librpc/wsp/wsp_helper.h [new file with mode: 0644]