LsaOpenPolicy (ADVAPI32.@)
NTSTATUS LsaOpenPolicy ( IN PLSA_UNICODE_STRING SystemName, IN PLSA_OBJECT_ATTRIBUTES ObjectAttributes, IN ACCESS_MASK DesiredAccess, IN OUT PLSA_HANDLE PolicyHandle )
Opens a handle to the Policy object on a local or remote system.
SystemName | [In] | Name of the target system. |
ObjectAttributes | [In] | Connection attributes. |
DesiredAccess | [In] | Requested access rights. |
PolicyHandle | [In/Out] | Handle to the Policy object. |
Success: STATUS_SUCCESS.
Failure: NTSTATUS code.
Set SystemName to NULL to open the local Policy object.
Declared in "include/ntsecapi.h". gitlab.winehq.org/wine/wine/blob/master/include/ntsecapi.h
Implemented in "dlls/advapi32/lsa.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/lsa.c
Debug channel "advapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.