Structure of translation

Everything else that doesn't fall into one of the other PB categories.
callroot
User
User
Posts: 64
Joined: Sat Mar 05, 2016 10:46 pm

Structure of translation

Post 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