Searched refs:ServicePack (Results 1 – 2 of 2) sorted by relevance
604 if (MachineInformation->ServicePack) in TranslateMachineInformationXML()607 Size += wcslen(MachineInformation->ServicePack); in TranslateMachineInformationXML()671 if (MachineInformation->ServicePack) in TranslateMachineInformationXML()675 MachineInformation->ServicePack); in TranslateMachineInformationXML()930 ServicePack = SacAllocatePool(0x18, GLOBAL_BLOCK_TAG); in InitializeMachineInformation()931 if (ServicePack) in InitializeMachineInformation()934 swprintf(ServicePack, in InitializeMachineInformation()938 MachineInformation->ServicePack = ServicePack; in InitializeMachineInformation()957 if (ServicePack) in InitializeMachineInformation()961 MachineInformation->ServicePack = ServicePack; in InitializeMachineInformation()[all …]
500 PWCHAR ServicePack; member