Home
last modified time | relevance | path

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

/reactos/dll/win32/samsrv/
H A Dsamsrv.c311 if (Ptr->General.OemInformation.Buffer != NULL) in SamIFree_SAMPR_DOMAIN_INFO_BUFFER()
312 MIDL_user_free(Ptr->General.OemInformation.Buffer); in SamIFree_SAMPR_DOMAIN_INFO_BUFFER()
325 if (Ptr->Oem.OemInformation.Buffer != NULL) in SamIFree_SAMPR_DOMAIN_INFO_BUFFER()
326 MIDL_user_free(Ptr->Oem.OemInformation.Buffer); in SamIFree_SAMPR_DOMAIN_INFO_BUFFER()
349 if (Ptr->General2.I1.OemInformation.Buffer != NULL) in SamIFree_SAMPR_DOMAIN_INFO_BUFFER()
350 MIDL_user_free(Ptr->General2.I1.OemInformation.Buffer); in SamIFree_SAMPR_DOMAIN_INFO_BUFFER()
H A Dsamrpc.c1031 &InfoBuffer->General.OemInformation); in SampQueryDomainGeneral()
1095 if (InfoBuffer->General.OemInformation.Buffer != NULL) in SampQueryDomainGeneral()
1096 midl_user_free(InfoBuffer->General.OemInformation.Buffer); in SampQueryDomainGeneral()
1170 &InfoBuffer->Oem.OemInformation); in SampQueryDomainOem()
1184 if (InfoBuffer->Oem.OemInformation.Buffer != NULL) in SampQueryDomainOem()
1185 midl_user_free(InfoBuffer->Oem.OemInformation.Buffer); in SampQueryDomainOem()
1442 &InfoBuffer->General2.I1.OemInformation); in SampQueryDomainGeneral2()
1506 if (InfoBuffer->General2.I1.OemInformation.Buffer != NULL) in SampQueryDomainGeneral2()
1507 midl_user_free(InfoBuffer->General2.I1.OemInformation.Buffer); in SampQueryDomainGeneral2()
1850 &DomainInformation->Oem.OemInformation); in SamrSetInformationDomain()
/reactos/sdk/include/ddk/
H A Dntsam.h384 UNICODE_STRING OemInformation; member
404 UNICODE_STRING OemInformation; member
/reactos/sdk/include/reactos/idl/
H A Dsam.idl204 RPC_UNICODE_STRING OemInformation;
227 RPC_UNICODE_STRING OemInformation;
H A Dnetlogon.idl188 RPC_UNICODE_STRING OemInformation;