Home
last modified time | relevance | path

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

/reactos/win32ss/printing/providers/localspl/
H A Dprinterdata.c22 _MakePrinterSubKey(PLOCAL_PRINTER_HANDLE pPrinterHandle, PCWSTR pKeyName, PWSTR* ppwszSubKey) in _MakePrinterSubKey() argument
35 *ppwszSubKey = DllAllocSplMem(cbSubKey); in _MakePrinterSubKey()
36 if (!*ppwszSubKey) in _MakePrinterSubKey()
40 p = *ppwszSubKey; in _MakePrinterSubKey()