Searched refs:PdAccountInfo (Results 1 – 1 of 1) sorted by relevance
270 PLSAPR_POLICY_PD_ACCOUNT_INFO PdAccountInfo = NULL; in LsarQueryPdAccount() local274 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()