home *** CD-ROM | disk | FTP | other *** search
/ Interactive Entertainment 22 / EPISODE_22_FEB_1996.iso / iw / ieoption.prt < prev    next >
Text File  |  1996-02-29  |  411b  |  8 lines

  1. ;The following call returns the X or Y resolution:
  2. USER.EXE: int WINAPI GetSystemMetrics(int);
  3. ;Example1-    GetSystemMetrics(0)
  4. ;Example2-    GetSystemMetrics(1)
  5. KRNL386.EXE: int WINAPI WritePrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPCSTR);
  6. ; section,entry,string,filename
  7. KRNL386.EXE: int WINAPI GetPrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPSTR[64],int,LPCSTR);
  8. ; section,entry,default,string,len,filename