LsaQueryInformationPolicy (ADVAPI32.@)
NTSTATUS LsaQueryInformationPolicy ( IN LSA_HANDLE PolicyHandle, IN POLICY_INFORMATION_CLASS InformationClass, OUT PVOID* Buffer )
Returns information about a Policy object.
PolicyHandle | [In] | Handle to a Policy object. |
InformationClass | [In] | Type of information to retrieve. |
Buffer | [Out] | Pointer to the requested information. |
Success: STATUS_SUCCESS.
Failure: NTSTATUS code.
Defined in "ntsecapi.h".
Implemented in "dlls/advapi32/lsa.c". source.winehq.org/source/dlls/advapi32/lsa.c
Debug channel "advapi".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.