LsaStorePrivateData (ADVAPI32.@)
NTSTATUS LsaStorePrivateData ( IN LSA_HANDLE PolicyHandle, IN PLSA_UNICODE_STRING KeyName, IN PLSA_UNICODE_STRING PrivateData )
Stores or deletes a Policy object's data under the specified reg key.
PolicyHandle | [In] | Handle to a Policy object. |
KeyName | [In] | Name of the key where the data will be stored. |
PrivateData | [Out] | Pointer to the private data. |
Success: STATUS_SUCCESS.
Failure: STATUS_OBJECT_NAME_NOT_FOUND or NTSTATUS code.
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.