|
JWSCL Documentation
|
constructor CreatePrivateObjectSecurity(const ParentSecurityDescriptor: TJwSecurityDescriptor; const CreatorSecurityDescriptor: TJwSecurityDescriptor; const ObjectType: PGUID; const IsDirectoryObject: Boolean; const AutoInheritFlags: TJwInheritFlagSet; const GenericMap: TJwSecurityGenericMappingClass; const Token: TObject = nil);
|
Parameters |
Description |
|
const ObjectType: PGUID |
A Pointer to a GUID that defines the type. Set to nil if it does not exist. |
|
const GenericMap: TJwSecurityGenericMappingClass |
Defines the generic map class which maps generic access rights to specific access rights. |
|
const Token: TObject = nil |
defines the token instance which is used to check for access. Can be nil to use process or thread token. |
CreatePrivateObjectSecurity combines a parent and a creator security descriptor into a new security descriptor. For detailed information see MSDN http://msdn2.microsoft.com/en-us/library/aa446581.aspx
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|