* Windows noXicon sample code; * Richard A. DeVenezia; * http://www.devenezia.com; * * requires rad4sas.dll in a folder in the windows %PATH% * obtain rad4sas.dll at http://www.devenezia.com/downloads/sas/sascbtbl *; filename SASCBTBL catalog 'WORK.WINAPI.WINAPI.SOURCE'; data _null_; file SASCBTBL; input ; put _infile_; cards4; routine DisableProcessWindowsSystemMenuCloseItem module = rad4sas minarg = 0 maxarg = 0 stackpop = called returns = long ; ;;;; data _null_; rc = modulen ('DisableProcessWindowsSystemMenuCloseItem'); run;