LsaSetSecret (ADVAPI32.@)
NTSTATUS LsaSetSecret ( IN LSA_HANDLE SecretHandle, IN PLSA_UNICODE_STRING EncryptedCurrentValue, IN PLSA_UNICODE_STRING EncryptedOldValue )
Set old and new values on a secret handle.
SecretHandle | [In] | Handle to a secret object. |
EncryptedCurrentValue | [In] | Pointer to encrypted new value, can be NULL. |
EncryptedOldValue | [In] | Pointer to encrypted old value, can be NULL. |
Success: STATUS_SUCCESS
Failure: NTSTATUS code.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
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.