From 12669b12c25a64b02c0e49b3ef96cf317992b18c Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 9 Jun 2008 11:00:23 +0200 Subject: [PATCH] netapi: add NetUserEnum filter constants to IDL. Guenther --- source/librpc/idl/libnetapi.idl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/librpc/idl/libnetapi.idl b/source/librpc/idl/libnetapi.idl index 94a464d3561..07b640d841b 100644 --- a/source/librpc/idl/libnetapi.idl +++ b/source/librpc/idl/libnetapi.idl @@ -181,6 +181,12 @@ interface libnetapi /* NetUserEnum */ /*******************************************/ + const int FILTER_TEMP_DUPLICATE_ACCOUNT = 0x0001; + const int FILTER_NORMAL_ACCOUNT = 0x0002; + const int FILTER_INTERDOMAIN_TRUST_ACCOUNT = 0x0008; + const int FILTER_WORKSTATION_TRUST_ACCOUNT = 0x0010; + const int FILTER_SERVER_TRUST_ACCOUNT = 0x0020; + [nopush,nopull] NET_API_STATUS NetUserEnum( [in,unique] string *server_name, [in] uint32 level, -- 2.47.3