LsaSetSecret(3w)

NAME

LsaSetSecret (ADVAPI32.@)

SYNOPSIS

NTSTATUS LsaSetSecret
 (
  IN LSA_HANDLE          SecretHandle,
  IN PLSA_UNICODE_STRING EncryptedCurrentValue,
  IN PLSA_UNICODE_STRING EncryptedOldValue
 )

DESCRIPTION

Set old and new values on a secret handle.

PARAMS

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.

RETURNS

Success: STATUS_SUCCESS

Failure: NTSTATUS code.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/lsa.c".

Debug channel "advapi".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout