#ifndef _NTSAM_H typedef struct _GROUP_MEMBERSHIP { ULONG RelativeId; ULONG Attributes; } GROUP_MEMBERSHIP, *PGROUP_MEMBERSHIP; #endif View code on GitHub
This type is documented in the [MS-SAMR] specification.