LsaOpenPolicy(3w)

NAME

LsaOpenPolicy (ADVAPI32.@)

SYNOPSIS

NTSTATUS LsaOpenPolicy
 (
  IN PLSA_UNICODE_STRING    SystemName,
  IN PLSA_OBJECT_ATTRIBUTES ObjectAttributes,
  IN ACCESS_MASK            DesiredAccess,
  IN OUT PLSA_HANDLE        PolicyHandle
 )

DESCRIPTION

Opens a handle to the Policy object on a local or remote system.

PARAMS

SystemName [In] Name of the target system.

ObjectAttributes [In] Connection attributes.

DesiredAccess [In] Requested access rights.

PolicyHandle [In/Out] Handle to the Policy object.

RETURNS

Success: STATUS_SUCCESS.

Failure: NTSTATUS code.

NOTES

Set SystemName to NULL to open the local Policy object.

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".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout