SECPKG_EXTRA_OIDS structure
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
-
A SECPKG_SERIALIZED_OID structure containing the OID data.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 1/2/2013