Searched defs:group_handle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamr_clnt.c482 * LSA interface. A handle for the group is returned in group_handle.
490 mlsvc_handle_t *group_handle)
496 if (ndr_is_null_handle(domain_handle) || group_handle == NULL)
513 ndr_inherit_handle(group_handle, domain_handle);
515 (void) memcpy(&group_handle->handle, &arg.group_handle,
518 if (ndr_is_null_handle(group_handle))
487 samr_open_group( mlsvc_handle_t *domain_handle, DWORD rid, mlsvc_handle_t *group_handle) argument

Completed in 17 milliseconds