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 defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/advapi32/lsa.c". source.winehq.org/source/dlls/advapi32/lsa.c
Debug channel "advapi".
Copyright © 2009 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2009.