Searched refs:lpRasEntry (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/rasapi32/ |
H A D | rasapi.c | 394 LPRASENTRYA lpRasEntry, DWORD dwEntryInfoSize, LPBYTE lpbDeviceInfo, in RasSetEntryPropertiesA() argument 399 lpRasEntry,dwEntryInfoSize,lpbDeviceInfo,dwDeviceInfoSize in RasSetEntryPropertiesA() 402 FIXME("\tdwfOptions %x\n",lpRasEntry->dwfOptions); in RasSetEntryPropertiesA() 403 FIXME("\tszLocalPhoneNumber %s\n",debugstr_a(lpRasEntry->szLocalPhoneNumber)); in RasSetEntryPropertiesA() 411 LPRASENTRYW lpRasEntry, DWORD dwEntryInfoSize, LPBYTE lpbDeviceInfo, in RasSetEntryPropertiesW() argument 416 lpRasEntry,dwEntryInfoSize,lpbDeviceInfo,dwDeviceInfoSize in RasSetEntryPropertiesW() 440 DWORD WINAPI RasGetEntryPropertiesA(LPCSTR lpszPhonebook, LPCSTR lpszEntry, LPRASENTRYA lpRasEntry, in RasGetEntryPropertiesA() argument 443 FIXME("(%s,%s,%p,%p,%p,%p), stub!\n", debugstr_a(lpszPhonebook), debugstr_a(lpszEntry), lpRasEntry, in RasGetEntryPropertiesA() 451 …ORD WINAPI RasGetEntryPropertiesW(LPCWSTR lpszPhonebook, LPCWSTR lpszEntry, LPRASENTRYW lpRasEntry, in RasGetEntryPropertiesW() argument 454 …FIXME("(%s,%s,%p,%p,%p,%p), stub!\n", debugstr_w(lpszPhonebook), debugstr_w(lpszEntry), lpRasEntry, in RasGetEntryPropertiesW()
|