Searched refs:OutParams (Results 1 – 4 of 4) sorted by relevance
3107 if (InOutParams->OutParams.pszName != NULL) in I_ScQueryServiceTagInfo()3121 OutParams = NULL; in I_ScQueryServiceTagInfo()3141 if (OutParams == NULL || in I_ScQueryServiceTagInfo()3142 OutParams->pszName == NULL) in I_ScQueryServiceTagInfo()3157 wcscpy(lpszName, OutParams->pszName); in I_ScQueryServiceTagInfo()3158 InOutParams->OutParams.pszName = lpszName; in I_ScQueryServiceTagInfo()3159 InOutParams->OutParams.TagType = OutParams->TagType; in I_ScQueryServiceTagInfo()3165 if (OutParams != NULL) in I_ScQueryServiceTagInfo()3167 if (OutParams->pszName != NULL) in I_ScQueryServiceTagInfo()3169 midl_user_free(OutParams->pszName); in I_ScQueryServiceTagInfo()[all …]
220 PTAG_INFO_NAME_FROM_TAG_OUT_PARAMS *OutParams);
184 OUT PTAG_INFO_NAME_FROM_TAG_OUT_PARAMS *OutParams) in ScmGetServiceNameFromTag() argument246 *OutParams = OutBuffer; in ScmGetServiceNameFromTag()
320 TAG_INFO_NAME_FROM_TAG_OUT_PARAMS OutParams;