Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SECPKG_EXTRA_OIDS structure (ntsecpkg.h)

The SECPKG_EXTRA_OIDS structure contains the object identifiers (OIDs) for the extended security package.

This structure is used by the SpGetExtendedInformation and SpSetExtendedInformation functions.

Syntax

typedef struct _SECPKG_EXTRA_OIDS {
 ULONG OidCount;
 SECPKG_SERIALIZED_OID Oids[1];
} SECPKG_EXTRA_OIDS, *PSECPKG_EXTRA_OIDS;

Members

OidCount

The total number of OIDs in the security package.

Oids[1]

A SECPKG_SERIALIZED_OID structure containing the OID data.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntsecpkg.h

Feedback

Was this page helpful?

Additional resources