Scroll to navigation

LsaQueryInformationPolicy(3w) Wine API LsaQueryInformationPolicy(3w)

NAME

LsaQueryInformationPolicy (ADVAPI32.@)

SYNOPSIS

NTSTATUS LsaQueryInformationPolicy
(
IN LSA_HANDLE PolicyHandle,
IN POLICY_INFORMATION_CLASS InformationClass,
OUT PVOID* Buffer
)
 

DESCRIPTION

Returns information about a Policy object.
 

PARAMS

PolicyHandle [In] Handle to a Policy object.
InformationClass [In] Type of information to retrieve.
Buffer [Out] Pointer to the requested information.
 

RETURNS

Success: STATUS_SUCCESS.
Failure: NTSTATUS code.
 

IMPLEMENTATION

Declared in "ntsecapi.h".
Implemented in "dlls/advapi32/lsa.c".
Debug channel "advapi".
Oct 2012 Wine API