The SRPLevelInfo structure defines a software restriction policy trust level, as specified in section 3.1.1.1.9, supported by the server.
typedef struct {
DWORD dwSRPLevel;
[string] WCHAR* wszFriendlyName;
} SRPLevelInfo;
dwSRPLevel: The numerical identifier of the software restriction policy level. This MUST be between 0x00000000 and 0x00040000.
wszFriendlyName: A user-friendly display name for the software restriction policy level.