Home
last modified time | relevance | path

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

/reactos/drivers/sac/driver/
H A Dutil.c20 PSAC_MACHINE_INFO MachineInformation; variable
706 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 …]
/reactos/dll/win32/samsrv/
H A Dsamsrv.c232 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()
/reactos/dll/win32/samlib/
H A Dsamlib.c1608 *ReturnedEntryCount = LocalBuffer.MachineInformation.EntriesRead; in SamQueryDisplayInformation()
1609 *SortedBuffer = LocalBuffer.MachineInformation.Buffer; in SamQueryDisplayInformation()
/reactos/sdk/include/reactos/idl/
H A Dsam.idl366 [case(DomainDisplayMachine)] SAMPR_DOMAIN_DISPLAY_MACHINE_BUFFER MachineInformation;