Searched refs:privileges_to_disable_array (Results 1 – 1 of 1) sorted by relevance
78 LUID_AND_ATTRIBUTES *privileges_to_disable_array = NULL; in GetRestrictedTokenHandle() local80 privileges_to_disable_array = new LUID_AND_ATTRIBUTES[privileges_size]; in GetRestrictedTokenHandle()83 privileges_to_disable_array[i].Attributes = 0; in GetRestrictedTokenHandle()84 privileges_to_disable_array[i].Luid = privileges_to_disable_[i]; in GetRestrictedTokenHandle()100 privileges_to_disable_array, in GetRestrictedTokenHandle()119 if (privileges_to_disable_array) in GetRestrictedTokenHandle()120 delete[] privileges_to_disable_array; in GetRestrictedTokenHandle()