summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_ntsvcs.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-25 17:52:33 +0100
committerGünther Deschner <gd@samba.org>2008-03-25 17:55:28 +0100
commita23b01541948fb99cea922d31f69d2099f2e2359 (patch)
treeb4ebb68b705b31056376a9de0f60f44494467edb /source3/librpc/gen_ndr/cli_ntsvcs.h
parent6fa39aa87d9c0c787fd3dd2ede69c6b891186f20 (diff)
downloadsamba-a23b01541948fb99cea922d31f69d2099f2e2359.tar.gz
samba-a23b01541948fb99cea922d31f69d2099f2e2359.tar.bz2
samba-a23b01541948fb99cea922d31f69d2099f2e2359.zip
Re-run make idl (after pidl change for adding header info to cli_ functions).
Guenther (This used to be commit 492c26a9367d93802d3b6a9271dde16c49fffe69)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_ntsvcs.h')
-rw-r--r--source3/librpc/gen_ndr/cli_ntsvcs.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/source3/librpc/gen_ndr/cli_ntsvcs.h b/source3/librpc/gen_ndr/cli_ntsvcs.h
index 33df63ee5d..c20673f96b 100644
--- a/source3/librpc/gen_ndr/cli_ntsvcs.h
+++ b/source3/librpc/gen_ndr/cli_ntsvcs.h
@@ -9,7 +9,7 @@ NTSTATUS rpccli_PNP_Connect(struct rpc_pipe_client *cli,
WERROR *werror);
NTSTATUS rpccli_PNP_GetVersion(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- uint16_t *version,
+ uint16_t *version /* [out] [ref] */,
WERROR *werror);
NTSTATUS rpccli_PNP_GetGlobalState(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
@@ -22,8 +22,8 @@ NTSTATUS rpccli_PNP_ReportLogOn(struct rpc_pipe_client *cli,
WERROR *werror);
NTSTATUS rpccli_PNP_ValidateDeviceInstance(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *devicepath,
- uint32_t flags,
+ const char *devicepath /* [in] [ref,charset(UTF16)] */,
+ uint32_t flags /* [in] */,
WERROR *werror);
NTSTATUS rpccli_PNP_GetRootDeviceInstance(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
@@ -39,9 +39,9 @@ NTSTATUS rpccli_PNP_GetDeviceList(struct rpc_pipe_client *cli,
WERROR *werror);
NTSTATUS rpccli_PNP_GetDeviceListSize(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- const char *devicename,
- uint32_t *size,
- uint32_t flags,
+ const char *devicename /* [in] [unique,charset(UTF16)] */,
+ uint32_t *size /* [out] [ref] */,
+ uint32_t flags /* [in] */,
WERROR *werror);
NTSTATUS rpccli_PNP_GetDepth(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
@@ -129,22 +129,22 @@ NTSTATUS rpccli_PNP_RequestEjectPC(struct rpc_pipe_client *cli,
WERROR *werror);
NTSTATUS rpccli_PNP_HwProfFlags(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- uint32_t unknown1,
- const char *devicepath,
- uint32_t unknown2,
- uint32_t *unknown3,
- uint16_t *unknown4,
- const char *unknown5,
- const char **unknown5a,
- uint32_t unknown6,
- uint32_t unknown7,
+ uint32_t unknown1 /* [in] */,
+ const char *devicepath /* [in] [ref,charset(UTF16)] */,
+ uint32_t unknown2 /* [in] */,
+ uint32_t *unknown3 /* [in,out] [ref] */,
+ uint16_t *unknown4 /* [in,out] [unique] */,
+ const char *unknown5 /* [in] [unique,charset(UTF16)] */,
+ const char **unknown5a /* [out] [unique,charset(UTF16)] */,
+ uint32_t unknown6 /* [in] */,
+ uint32_t unknown7 /* [in] */,
WERROR *werror);
NTSTATUS rpccli_PNP_GetHwProfInfo(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- uint32_t idx,
- struct PNP_HwProfInfo *info,
- uint32_t unknown1,
- uint32_t unknown2,
+ uint32_t idx /* [in] */,
+ struct PNP_HwProfInfo *info /* [in,out] [ref] */,
+ uint32_t unknown1 /* [in] */,
+ uint32_t unknown2 /* [in] */,
WERROR *werror);
NTSTATUS rpccli_PNP_AddEmptyLogConf(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,