Page 1 of 1

Structure of translation

Posted: Thu Dec 01, 2016 11:02 pm
by callroot

Code: Select all

typedef struct _RASPPPIP {
  DWORD dwSize;
  DWORD dwError;
  TCHAR szIpAddress[RAS_MaxIpAddress + 1];
#ifndef WINNT35COMPATIBLE
  TCHAR szServerIpAddress[RAS_MaxIpAddress + 1];
#endif 
#if (WINVER >= 0x500)
  DWORD dwOptions;
  DWORD dwServerOptions;
#endif 
} RASPPPIP;


In addition to an example

RasGetProjectionInfo


Get dynamic IP