Searched refs:DateFormat (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/setupapi/ |
H A D | devinst.c | 28 static const WCHAR DateFormat[] = {'%','u','-','%','u','-','%','u',0}; variable 5565 sprintfW(Buffer, DateFormat, DriverDate.wMonth, DriverDate.wDay, DriverDate.wYear); in SetupDiInstallDevice()
|