Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SetFileSecurity() SECURITY_DESCRIPTOR information
Message
From
13/06/1997 11:59:28
 
 
To
13/06/1997 11:47:46
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00036265
Message ID:
00036272
Views:
59
>Does someone ever used SetFileSecurity() WINAPI32 function which is used to set some security on a file?
>
>We can't find any information on the SECURITY_DECRIPTOR structure.
>
>Any help will be appreciated.
>
>Or, if you have a sample, it will be better.
>
>Thanks.
Hope this can help ( this is VBA) :
Type SECURITY_DESCRIPTOR
Revision As Byte
Sbz1 As Byte
Control As Long
Owner As Long
Group As Long
Sacl As ACL
Dacl As ACL
End Type
Good luck,
Alex.
MS,MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform