 |
LsaClose ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The LsaClose function closes a handle to a Policy or TrustedDomain object. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
NTSTATUS LsaClose(
LSA_HANDLE ObjectHandle
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER LsaClose IN advapi32;
INTEGER ObjectHandle
|
 |
 |
 |
| Parameters: |
 |
ObjectHandle
Handle to a Policy object returned by the LsaOpenPolicy function or to a TrustedDomain object returned by the LsaOpenTrustedDomainByName function. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is STATUS_SUCCESS (0). |
 |
 |
| Word Index links for the LsaClose : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-11-23 11:25:38 | | Modified: | 2003-11-23 11:26:50 | Visited in last 7 days: 10 |