home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Entertainment 18
/
EPISODE_18_OCT_1995.iso
/
iw
/
ieoption.prt
< prev
next >
Wrap
Text File
|
1995-09-30
|
411b
|
8 lines
;The following call returns the X or Y resolution:
USER.EXE: int WINAPI GetSystemMetrics(int);
;Example1- GetSystemMetrics(0)
;Example2- GetSystemMetrics(1)
KRNL386.EXE: int WINAPI WritePrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPCSTR);
; section,entry,string,filename
KRNL386.EXE: int WINAPI GetPrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPSTR[64],int,LPCSTR);
; section,entry,default,string,len,filename