LsaSetInformationPolicy(3w)
NAME
LsaSetInformationPolicy (ADVAPI32.@)
SYNOPSIS
NTSTATUS LsaSetInformationPolicy ( IN LSA_HANDLE PolicyHandle, IN POLICY_INFORMATION_CLASS InformationClass, IN PVOID Buffer )
DESCRIPTION
Modifies information in a Policy object.
PARAMS
PolicyHandle [In] Handle to a Policy object.
InformationClass [In] Type of information to set.
Buffer [In] Pointer to the information to set.
RETURNS
Success: STATUS_SUCCESS.
Failure: NTSTATUS code.
IMPLEMENTATION
Defined in "ntsecapi.h".
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".