home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Entertainment 11
/
EPISODE_11_MAR_1995.iso
/
iw
/
ie.prt
< prev
next >
Wrap
Text File
|
1995-02-28
|
408b
|
12 lines
USER.EXE: INT WINAPI GetSystemMetrics(INT); alias GetRes
;Ex. GetSystemMetrics(0) -- gets x resolution
;Ex. GetSystemMetrics(1) -- gets y resolution
USER.EXE: BOOL WINAPI SetWindowPos(HWND,HWND,INT,INT,INT,INT,UINT);
;Ex. SetWindowPos(@_run_wnd,-1,0,0,0,0,3)
USER.EXE: BOOL WINAPI ShowWindow(HWND,INT);
;Ex. ShowWindow(@handle, 6) min
;Ex. ShowWindow(@handle, 1) normal
;9 restore 3 max 0 hide