 |
 |
Security ..msdn Add comment |
 |
|
ConvertSidToStringSid
|
|
Converts a security identifier (SID) to a string format suitable for display, storage, or transmission. |
|
 |
 |
 |
|
GetAce
|
|
Obtains a pointer to an access control entry (ACE) in an access control list (ACL).
|
|
 |
 |
 |
|
GetAclInformation
|
|
Retrieves information about an access control list (ACL).
|
|
 |
 |
 |
|
GetFileSecurity
|
|
The GetFileSecurity function obtains specified information about the security of a file or directory. |
|
 |
 |
 |
|
GetLengthSid
|
|
The GetLengthSid function returns the length, in bytes, of a valid security identifier (SID). |
|
 |
 |
 |
|
GetNamedSecurityInfo
|
|
The GetNamedSecurityInfo function retrieves a copy of the security descriptor for an object specified by name. |
|
 |
 |
 |
|
GetSecurityDescriptorDacl
|
|
Retrieves a pointer to the discretionary access control list (DACL) in a specified security descriptor. |
|
 |
 |
 |
|
GetSecurityDescriptorOwner
|
|
The GetSecurityDescriptorOwner function retrieves the owner information from a security descriptor. |
|
 |
 |
 |
|
ImpersonateLoggedOnUser
|
|
The ImpersonateLoggedOnUser function lets the calling thread impersonate the security context of a logged-on user. The user is represented by a token handle. |
|
 |
 |
 |
|
IsValidSid
|
|
The IsValidSid function validates a security identifier (SID) by verifying that the revision number is within a known range, and that the number of subauthorities is less than the maximum. |
|
 |
 |
 |
|
IsWellKnownSid
|
|
Compares a SID to a well known SID and returns TRUE if they match.
|
|
 |
 |
 |
|
LogonUser
|
|
The LogonUser function attempts to log a user on to the local computer. The local computer is the computer from which LogonUser was called. You cannot use LogonUser to log on to a remote computer. |
|
 |
 |
 |
|
LookupAccountName
|
|
Accepts the name of a system and an account as input. It retrieves a security identifier (SID) for the account and the name of the domain on which the account was found.
|
|
 |
 |
 |
|
LookupAccountSid
|
|
The LookupAccountSid function accepts a security identifier (SID) as input. It retrieves the name of the account for this SID and the name of the first domain on which this SID is found. |
|
 |
 |
 |
|
LsaClose
|
|
The LsaClose function closes a handle to a Policy or TrustedDomain object. |
|
 |
 |
 |
|
LsaFreeMemory
|
|
The LsaFreeMemory function frees memory allocated for an output buffer by an LSA function call. |
|
 |
 |
 |
|
LsaLookupSids
|
|
The LsaLookupSids function looks up the names that correspond to an array of SIDs. |
|
 |
 |
 |
|
LsaOpenPolicy
|
|
The LsaOpenPolicy function opens a handle to the Policy object on a local or remote system. |
|
 |
 |
 |
|
RevertToSelf
|
|
The RevertToSelf function terminates the impersonation of a client application. |
|
 |
 |
 |
 |
| Code examples: |
 |
|
|
 |
|
 |
 |
User Contributed Notes: |
 |
 |
 |
 |
 |
 | El Mismo | 2005-09-22 11:20:51 |  |
 |
 |
 | Hello.. I am using VFP 5.0 and I would like to be able to send e-mail attachment through Outlook. Thanks. I Can be reached at "edwardpena@hotmail.com" |  |
 |
 |
 |
 | El Mismo | 2005-09-22 11:21:30 |  |
 |
 |
 | Hello.. I am using VFP 5.0 and I would like to be able to send e-mail FILE ATTACHMENT through Outlook. Thanks. I Can be reached at "edwardpena@hotmail.com" |  |
 |
 |
 |
 |
 |
|