PS_PKG_CLAIM - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

// private
typedef struct _PS_PKG_CLAIM
{
    ULONG Flags;  // PSM_ACTIVATION_TOKEN_*
    ULONG Origin; // PackageOrigin
} PS_PKG_CLAIM, *PPS_PKG_CLAIM;

#endif

View code on GitHub

This structure stores various properties of token package identity.

Applicable to

Members

Flags

Defines a bit mask of various package identity flags:

Origin

Defines the origin of the package. The underlying enumeration is PackageOrigin, which is documented in Windows SDK:

Required OS version

Package identities were introduced in Windows 8.