Home
last modified time | relevance | path

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

/reactos/dll/win32/setupapi/
H A Ddevinst.c28 static const WCHAR DateFormat[] = {'%','u','-','%','u','-','%','u',0}; variable
5565 sprintfW(Buffer, DateFormat, DriverDate.wMonth, DriverDate.wDay, DriverDate.wYear); in SetupDiInstallDevice()