Home
last modified time | relevance | path

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

/reactos/drivers/storage/class/classpnp/
H A Dclass.c10746 UNICODE_STRING unicodeRegistryPath = {0}; local
10806 status = RtlAnsiStringToUnicodeString(&unicodeRegistryPath,
10820 &unicodeRegistryPath,
10890 if (unicodeRegistryPath.Buffer) {
10891 RtlFreeUnicodeString(&unicodeRegistryPath);