Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java2187 char [] lpDefault1 = lpDefault == null ? null : lpDefault.chars; in GetProfileString() local
2189 return GetProfileString (lpAppName1, lpKeyName1, lpDefault1, lpReturnedString1, nSize); in GetProfileString()