Home
last modified time | relevance | path

Searched refs:PdAccountInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/lsasrv/
H A Dpolicy.c270 PLSAPR_POLICY_PD_ACCOUNT_INFO PdAccountInfo = NULL; in LsarQueryPdAccount() local
274 PdAccountInfo = MIDL_user_allocate(sizeof(LSAPR_POLICY_PD_ACCOUNT_INFO)); in LsarQueryPdAccount()
275 if (PdAccountInfo == NULL) in LsarQueryPdAccount()
278 PdAccountInfo->Name.Length = 0; in LsarQueryPdAccount()
279 PdAccountInfo->Name.MaximumLength = 0; in LsarQueryPdAccount()
280 PdAccountInfo->Name.Buffer = NULL; in LsarQueryPdAccount()
282 *PolicyInformation = (PLSAPR_POLICY_INFORMATION)PdAccountInfo; in LsarQueryPdAccount()