mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
netapi: add NetFileGetInfo skeleton.
Guenther
(This used to be commit 6c61c2e35e
)
This commit is contained in:
@ -405,4 +405,12 @@ WERROR NetFileClose_r(struct libnetapi_ctx *ctx,
|
||||
struct NetFileClose *r);
|
||||
WERROR NetFileClose_l(struct libnetapi_ctx *ctx,
|
||||
struct NetFileClose *r);
|
||||
NET_API_STATUS NetFileGetInfo(const char * server_name /* [in] */,
|
||||
uint32_t fileid /* [in] */,
|
||||
uint32_t level /* [in] */,
|
||||
uint8_t **buffer /* [out] [ref] */);
|
||||
WERROR NetFileGetInfo_r(struct libnetapi_ctx *ctx,
|
||||
struct NetFileGetInfo *r);
|
||||
WERROR NetFileGetInfo_l(struct libnetapi_ctx *ctx,
|
||||
struct NetFileGetInfo *r);
|
||||
#endif /* __LIBNETAPI_LIBNETAPI__ */
|
||||
|
Reference in New Issue
Block a user