TOKEN_OWNER

typedef struct _TOKEN_OWNER { /* to */

PSID Owner;

} TOKEN_OWNER ;

The TOKEN_OWNER data structure is a token containing information about an owner.

Members

Owner

Points to an SID that will be assigned as the owner of any objects created on behalf of the user represented by the token. The SID must be one of the user or group SIDs already in the token.