Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/objects/
H A Ddc.c129 UNICODE_STRING DriverU, DeviceU, OutputU; in CreateDCA() local
141 RtlAnsiStringToUnicodeString(&DriverU, &DriverA, TRUE); in CreateDCA()
145 DriverU.Buffer = NULL; in CreateDCA()
171 hdc = IntCreateDICW(DriverU.Buffer, in CreateDCA()
179 RtlFreeUnicodeString(&DriverU); in CreateDCA()