*/
DWORD WINAPI RasEnumConnectionsA( LPRASCONNA rca, LPDWORD lpcb, LPDWORD lpcConnections) {
/* Remote Access Service stuff is done by underlying OS anyway */
- FIXME("(%p,%p,%p),stub!\n",rca,lpcb,lpcConnections);
- FIXME("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
+ TRACE("(%p,%p,%p),stub!\n",rca,lpcb,lpcConnections);
+ TRACE("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
*lpcb = 0; /* size of buffer needed to enumerate connections */
*lpcConnections = 0; /* no RAS connections available */
*/
DWORD WINAPI RasEnumConnectionsW( LPRASCONNW rcw, LPDWORD lpcb, LPDWORD lpcConnections) {
/* Remote Access Service stuff is done by underlying OS anyway */
- FIXME("(%p,%p,%p),stub!\n",rcw,lpcb,lpcConnections);
- FIXME("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
+ TRACE("(%p,%p,%p),stub!\n",rcw,lpcb,lpcConnections);
+ TRACE("RAS support is not implemented! Configure program to use LAN connection/winsock instead!\n");
*lpcb = 0; /* size of buffer needed to enumerate connections */
*lpcConnections = 0; /* no RAS connections available */
LPRASENTRYNAMEA lpRasEntryName,
LPDWORD lpcb, LPDWORD lpcEntries)
{
- FIXME("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_a(lpszPhoneBook),
+ TRACE("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_a(lpszPhoneBook),
lpRasEntryName,lpcb,lpcEntries);
*lpcEntries = 0;
return 0;
LPRASENTRYNAMEW lpRasEntryName,
LPDWORD lpcb, LPDWORD lpcEntries)
{
- FIXME("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_w(lpszPhoneBook),
+ TRACE("(%p,%s,%p,%p,%p),stub!\n",Reserved,debugstr_w(lpszPhoneBook),
lpRasEntryName,lpcb,lpcEntries);
*lpcEntries = 0;
return 0;
if (!lprasconnstatus) return ERROR_UNKNOWN;
if ((lprasconnstatus->dwSize != sizeof(RASCONNSTATUSA)) && (lprasconnstatus->dwSize != sizeof(RASCONNSTATUSW)))
return ERROR_INVALID_SIZE;
- FIXME("(%p,%p),stub!\n",hrasconn,lprasconnstatus);
+ TRACE("(%p,%p),stub!\n",hrasconn,lprasconnstatus);
return 0;
}
DWORD WINAPI RasGetConnectStatusW(HRASCONN hrasconn, LPRASCONNSTATUSW lprasconnstatus)
{
- FIXME("(%p,%p),stub!\n",hrasconn,lprasconnstatus);
+ TRACE("(%p,%p),stub!\n",hrasconn,lprasconnstatus);
return 0;
}