Searched refs:MachineInformation (Results 1 – 4 of 4) sorted by relevance
20 PSAC_MACHINE_INFO MachineInformation; variable706 if (MachineInformation) in InitializeMachineInformation()713 MachineInformation = SacAllocatePool(sizeof(*MachineInformation), in InitializeMachineInformation()715 if (!MachineInformation) in InitializeMachineInformation()721 RtlZeroMemory(MachineInformation, sizeof(*MachineInformation)); in InitializeMachineInformation()972 if (MachineInformation) in InitializeMachineInformation()1161 if (MachineInformation->MachineName) SacFreePool(MachineInformation); in FreeMachineInformation()1162 if (MachineInformation->MachineGuid) SacFreePool(MachineInformation->MachineGuid); in FreeMachineInformation()1165 if (MachineInformation->BuildNumber) SacFreePool(MachineInformation->BuildNumber); in FreeMachineInformation()1166 if (MachineInformation->ProductType) SacFreePool(MachineInformation->ProductType); in FreeMachineInformation()[all …]
232 if (Ptr->MachineInformation.Buffer != NULL) in SamIFree_SAMPR_DISPLAY_INFO_BUFFER()234 for (i = 0; i < Ptr->MachineInformation.EntriesRead; i++) in SamIFree_SAMPR_DISPLAY_INFO_BUFFER()236 if (Ptr->MachineInformation.Buffer[i].AccountName.Buffer != NULL) in SamIFree_SAMPR_DISPLAY_INFO_BUFFER()237 MIDL_user_free(Ptr->MachineInformation.Buffer[i].AccountName.Buffer); in SamIFree_SAMPR_DISPLAY_INFO_BUFFER()239 if (Ptr->MachineInformation.Buffer[i].AdminComment.Buffer != NULL) in SamIFree_SAMPR_DISPLAY_INFO_BUFFER()240 MIDL_user_free(Ptr->MachineInformation.Buffer[i].AdminComment.Buffer); in SamIFree_SAMPR_DISPLAY_INFO_BUFFER()243 MIDL_user_free(Ptr->MachineInformation.Buffer); in SamIFree_SAMPR_DISPLAY_INFO_BUFFER()
1608 *ReturnedEntryCount = LocalBuffer.MachineInformation.EntriesRead; in SamQueryDisplayInformation()1609 *SortedBuffer = LocalBuffer.MachineInformation.Buffer; in SamQueryDisplayInformation()
366 [case(DomainDisplayMachine)] SAMPR_DOMAIN_DISPLAY_MACHINE_BUFFER MachineInformation;