swprintf_s

INT64 swprintf_s(WCHAR *Dst, UINT64 SizeInWords, WCHAR *Format, ...){
  INT64 result; 
  va_list ArgList; 

  va_start(ArgList, Format);
  LODWORD(result) = vswprintf_s(Dst, SizeInWords, Format, ArgList);
  return result;
}

Referenced by:

BiAddStoreFromFile
BiCreateBootEntry
BiGetNtPartitionPath
BiSpacesUpdatePhysicalDevicePath
BiUnloadHiveByName
CmCreateOrdinalInstanceKey
CmSetAcpiHwProfile
CmpAddAcpiAliasEntry
CmpCloneHwProfile
CmpCreateHwProfileFriendlyName
CmpMoveBiosAliasTable
CmpRestampVersion
CmpUpdateReorganizeRegistryValues
CreateMiniNtBootKey
ExpConvertSignatureName
ExpCreateOutputSIGNATURE
ExpFindDiskSignature
ExpGetDriveGeometry
ExpSetBootEntry
ExpSetDriverEntry
ExpTranslateEfiPath
HalpExtBuildResourceIdString
LocalConvertSDToStringSD_Rev1
NtDeleteBootEntry
NtDeleteDriverEntry
PnpInitializeNotifyEntry
PnpSetPropertyWorker
RtlEthernetAddressToStringW
RtlIpv4AddressToStringExW
RtlIpv4AddressToStringW
RtlIpv6AddressToStringExW
RtlIpv6AddressToStringW
RtlStringFromGUIDEx
SddlpUuidToString
SeGetTokenDeviceMap
SepCleanupLUIDDeviceMapDirectory
SiFindSystemPartition
SiGetBiosSystemPartition
SiGetBootDeviceName