Re: Access check for inherited permission
- From: jetan@xxxxxxxxxxxxxxxxxxxx ("Jeffrey Tan[MSFT]")
- Date: Fri, 20 Oct 2006 02:47:05 GMT
Hi Tony,
Sorry for letting you wait.
From MSDN,
typedef struct _OBJECT_TYPE_LIST {
WORD Level;
WORD Sbz;
GUID* ObjectType
} OBJECT_TYPE_LIST,
*POBJECT_TYPE_LIST;
As I infer from your description, ClassStore does not have property sets
right, of which Write Description is a property? The ClassStore object has
properties, therefore, "Level" will be ACCESS_PROPERTY_SET_GUID, indicating
a subobject (Write Description) of the object (ClassStore).
"Sbz" is reserved.
"ObjectType" is the GUID corresponding to the Write Description property.
Hope this helps.
Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: Access check for inherited permission
- From: TonyCheung
- Re: Access check for inherited permission
- References:
- Re: Access check for inherited permission
- From: "Jeffrey Tan[MSFT]"
- Re: Access check for inherited permission
- From: TonyCheung
- Re: Access check for inherited permission
- Prev by Date: RE: Which OID for automatic verification?
- Next by Date: Re: Access check for inherited permission
- Previous by thread: Re: Access check for inherited permission
- Next by thread: Re: Access check for inherited permission
- Index(es):