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

Declared in "ntsecapi.h". https://source.winehq.org/source/include/ntsecapi.h

Implemented in "dlls/advapi32/lsa.c". https://source.winehq.org/source/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 Apr 2024.