mirror of
https://github.com/samba-team/samba.git
synced 2025-03-14 00:58:38 +03:00
libnetapi: Add NetQueryDisplayInformation header.
Guenther (This used to be commit 3c107934acc907e3eedd116b42d1d07ee0574183)
This commit is contained in:
parent
d0acdc9038
commit
6318088434
@ -261,4 +261,12 @@ NET_API_STATUS NetUserEnum(const char * server_name /* [in] */,
|
||||
uint32_t *total_entries /* [out] [ref] */,
|
||||
uint32_t *resume_handle /* [in,out] [ref] */);
|
||||
|
||||
NET_API_STATUS NetQueryDisplayInformation(const char * server_name /* [in] [unique] */,
|
||||
uint32_t level /* [in] */,
|
||||
uint32_t idx /* [in] */,
|
||||
uint32_t entries_requested /* [in] */,
|
||||
uint32_t prefmaxlen /* [in] */,
|
||||
uint32_t *entries_read /* [out] [ref] */,
|
||||
void **buffer /* [out] [noprint,ref] */);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user