LsaRetrievePrivateData (ADVAPI32.@)
NTSTATUS LsaRetrievePrivateData ( IN LSA_HANDLE PolicyHandle, IN PLSA_UNICODE_STRING KeyName, OUT PLSA_UNICODE_STRING* PrivateData )
Retrieves data stored by LsaStorePrivateData.
PolicyHandle | [In] | Handle to a Policy object. |
KeyName | [In] | Name of the key where the data is stored. |
PrivateData | [Out] | Pointer to the private data. |
Success: STATUS_SUCCESS.
Failure: STATUS_OBJECT_NAME_NOT_FOUND or 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 Jan 2008.